#CC6E69

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

Shades of Contessa #CC6E69

Tints of Contessa #CC6E69

Color information

#CC6E69 (or 0xCC6E69) is unknown color: approx Contessa. HEX triplet: CC, 6E and 69. RGB value is (204,110,105). Sum of RGB (Red+Green+Blue) = 204+110+105=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 110 (43.36% from 255 or 26.25% from 419); Blue value is 105 (41.41% from 255 or 25.06% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E69 is #339196. Grayscale: #898989. Windows color (decimal): -3379607 or 6909644. OLE color: 6909644.

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

Color convert

RGB204110105-
CMYK00.460.490.2
HSL3.03º49.25%60.59%-
HSV(B)3.03º48.53%80%-
XYZ33.0325.0116.45-
YUV137.54109.64175.41-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.69%
GREEN value IS 110 (43.36% from 255) = 26.25%
BLUE value IS 105 (41.41% from 255) = 25.06%
R=48.69%
G=26.25%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.49
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411010500.460.490.23.0349.2560.59
HexCC6E6902E31143313d
Octal314156151056612436175
Binary110011001101110110100101011101100011010011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E69; }

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

 H1.HeaderClassName
 {
   color: #CC6E69;
 }
 .AnyTagClassName
 {
   color: #CC6E69;
 }
</style>
background-color css

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

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

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

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

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

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