COLOR #CC6063

HEX: #CC6063
RGB: (204,96,99)

Renk bilgisi

#CC6063 contains mainly red color. #CC6063 ‘ nin web güvenlik rengi #CC6666 (ya da #C66) dir.

RGB renk modeli

#CC6063 color RGB value is (204,96,99).

  • kırmız ton 204;
  • yeşil ton 96;
  • mavi ton 99.
RGB:
(204,96,99)
(80%,38%,39%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 96 of 255 = 38%
B 99 of 255 = 39%

204
96
99

R + G + B ~ 52%. #CC6063 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
204 + 96 + 99 = 399 (100%)
R 204 of 399 ~ 51.13%
G 96 of 399 ~ 24.06%
B 99 of 399 ~ 24.81%

%51.13
%24.06
%24.81

CMYK RENK MODELİ

#CC6063 rengi CMYK tonu (0,53,51,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 52.94%
  • sarı tonu 51.47%
  • ana renk tonu 20.00%
CMYK:
(0,53,51,20)
C0M53Y51K20 
(0%,53%,51%,20%)
(0.00/0.53/0.51/0.20)	

CMYK yüzdeleri

%0
%52.94
%51.47
%20

Codes

Color #CC6063 in popluar color models

CC6063
RGB2049699
HSL358°51.43%58.82%
HSB/HSV358°52.94%80.00%
CMYK0.00%52.94%51.47%
20.00%

Color #CC6063 in popluar number systems.

HEXCC6063
Decimal2049699
Binary1100110011000001100011
Octal314140143

Shades and tints

Shades of #CC6063

#CC6063
(204,96,99)
#BA585A
(186,88,90)
#A85051
(168,80,81)
#964848
(150,72,72)
#84403F
(132,64,63)
#723836
(114,56,54)
#60302D
(96,48,45)
#4E2824
(78,40,36)
#3C201B
(60,32,27)
#2A1812
(42,24,18)
#181009
(24,16,9)
#000000
(0,0,0)

Tints of #CC6063

#CC6063
(204,96,99)
#D06E71
(208,110,113)
#D47C7F
(212,124,127)
#D88A8D
(216,138,141)
#DC989B
(220,152,155)
#E0A6A9
(224,166,169)
#E4B4B7
(228,180,183)
#E8C2C5
(232,194,197)
#ECD0D3
(236,208,211)
#F0DEE1
(240,222,225)
#F4ECEF
(244,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC6063 color. Also use rgb(204,96,99) instead hex code.

Text Font Color

.myTextColor { color: #CC6063; }

<p style="color:#CC6063">This sample text font color is #CC6063.</p>

This text font color is #CC6063.


Background Color

.myBgColor { background-color: #CC6063; }

<div style="background-color:#CC6063">Inner text</div>

This div background color is #CC6063.


Border color

.myBorderColor { border: 1px solid #CC6063; }

<div style="border:3px solid #CC6063">Div</div>

This div border color is #CC6063.


Opacity

.myOpacity80 { color: #CC6063; opacity: 0.8; }

<p style="color:#CC6063;opacity:0.8;">80%</p>

Text with #CC6063 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #CC6063;}

<p style="text-shadow: 3px 3px 1px #CC6063">Text here.</p>

This text has shadow with #CC6063 color.

.textShadow {text-shadow: 3px 3px 1px #CC6063, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #CC6063, 5px 5px 20px red">Text here.</p>

This text has shadow with #CC6063 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#CC6063, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#CC6063, Direction=45, Strength=4)">Text</p>

This text has shadow with #CC6063 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #CC6063;
  -webkit-box-shadow:	1px 1px 3px 2px #CC6063;
  box-shadow:		1px 1px 3px 2px #CC6063;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #CC6063;
-webkit-box-shadow: 1px 1px 3px 2px #CC6063;
box-shadow:1px 1px 3px 2px #CC6063;">
Div content here</div>
This div box has shadow with color #CC6063.

Preview

Color preview on black background

This text has color #CC6063 on black background.


Color preview on white background

This text has color #CC6063 on white background.



Black color preview on #CC6063 background

This text has black color on #CC6063 background.


White color preview on #CC6063 background

This text has white color on #CC6063 background.