Html Css Color HEX #CC6866 Contessa

📋 copy color: '#CC6866'

red 204 ◦ green 104 ◦ blue 102

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

Shades of Contessa #CC6866

Tints of Contessa #CC6866

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.37%

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

R = 49.76%
G = 25.37%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.5

 K value IS 0.2

RGB Variations

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

Color information

#CC6866 (or 0xCC6866) is known color: Contessa. HEX triplet: CC, 68 and 66. RGB value is (204,104,102). Sum of RGB (Red+Green+Blue) = 204+104+102=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 104 (41.02% from 255 or 25.37% from 410); Blue value is 102 (40.23% from 255 or 24.88% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6866 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6866 is #339799. Grayscale: #858585. Windows color (decimal): -3381146 or 6711500. OLE color: 6711500.

HSL color Cylindrical-coordinate representation of color #CC6866: hue angle of 1.18º 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 #CC6866 is Cyan = 0, Magento = 0.49, Yellow = 0.5 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 104 102 -
CMYK 0 0.49 0.5 0.2
HSL 1.18º 0.5% 0.6% -
HSV(B) 1.18º 0.5% 0.8% -
XYZ 32.25 23.7 15.44 -
YUV 133.67 110.13 178.16 -
System Red Green Blue C M Y K H S L
Decimal 204 104 102 0 0.49 0.5 0.2 1.18 0.5 0.6
Hex CC 68 66 0 31 32 14 1 32 3C
Octal 314 150 146 0 61 62 24 1 62 74
Binary 11001100 1101000 1100110 0 110001 110010 10100 1 110010 111100

Color Harmonies of #CC6866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC6866

Black with #CC6866

Text Example


Text Example

White with #CC6866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC6866; }

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

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

background-color css

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

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

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

border-color css

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

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

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