Html Css Color HEX #CC6E66 Contessa

📋 copy color: '#CC6E66'

red 204 ◦ green 110 ◦ blue 102

#CC6E66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Contessa #CC6E66

Tints of Contessa #CC6E66

RGB

 RED value IS 204 (80.08% from 255) = 49.04%

 GREEN value IS 110 (43.36% from 255) = 26.44%

 BLUE value IS 102 (40.23% from 255) = 24.52%

R = 49.04%
G = 26.44%
B = 24.52%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.5

 K value IS 0.2

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CC6E66 (or 0xCC6E66) is known color: Contessa. HEX triplet: CC, 6E and 66. RGB value is (204,110,102). Sum of RGB (Red+Green+Blue) = 204+110+102=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 110 (43.36% from 255 or 26.44% from 416); Blue value is 102 (40.23% from 255 or 24.52% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E66 is #339199. Grayscale: #898989. Windows color (decimal): -3379610 or 6713036. OLE color: 6713036.

HSL color Cylindrical-coordinate representation of color #CC6E66: hue angle of 4.71º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CC6E66 is Cyan = 0, Magento = 0.46, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 110 102 -
CMYK 0 0.46 0.5 0.2
HSL 4.71º 0.5% 0.6% -
HSV(B) 4.71º 0.5% 0.8% -
XYZ 32.88 24.95 15.65 -
YUV 137.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 204 110 102 0 0.46 0.5 0.2 4.71 0.5 0.6
Hex CC 6E 66 0 2E 32 14 5 32 3C
Octal 314 156 146 0 56 62 24 5 62 74
Binary 11001100 1101110 1100110 0 101110 110010 10100 101 110010 111100

Color Harmonies of #CC6E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6E66

Black with #CC6E66

Text Example


Text Example

White with #CC6E66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6E66; }

 p { color: rgb(204,110,102); }

 H1.HeaderClassName
 {
   color: #CC6E66;
 }
 .AnyTagClassName
 {
   color: #CC6E66;
 }
</style>

background-color css

<style>
 a { background-color: #CC6E66; }

 a { background-color: rgb(204,110,102); }

 div.DivClassName
 {
   background-color: #CC6E66;
 }
 .BgClassName
 {
   background-color: #CC6E66;
 }
</style>

border-color css

<style>
 span { border-color: #CC6E66; }

 span { border-color: rgb(204,110,102); }

 td.TdClassName
 {
   border-color: #CC6E66;
 }
 .TagClassName
 {
   border-color: #CC6E66;
 }
</style>