#CC6866

Color #CC6866 Contessa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Contessa #CC6866

Tints of Contessa #CC6866

Color information

#CC6866 (or 0xCC6866) is unknown color: approx 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

RGB204104102-
CMYK00.490.50.2
HSL1.18º50%60%-
HSV(B)1.18º50%80%-
XYZ32.2523.715.44-
YUV133.67110.13178.16-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.5
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20410410200.490.50.21.185060
HexCC686603132141323c
Octal314150146061622416274
Binary11001100110100011001100110001110010101001110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>