#CC6E62

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

Shades of Contessa #CC6E62

Tints of Contessa #CC6E62

Color information

#CC6E62 (or 0xCC6E62) is unknown color: approx Contessa. HEX triplet: CC, 6E and 62. RGB value is (204,110,98). Sum of RGB (Red+Green+Blue) = 204+110+98=412 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.51% from 412); Green value is 110 (43.36% from 255 or 26.70% from 412); Blue value is 98 (38.67% from 255 or 23.79% from 412); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E62 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E62 is #33919D. Grayscale: #888888. Windows color (decimal): -3379614 or 6450892. OLE color: 6450892.

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

Color convert

RGB20411098-
CMYK00.460.520.2
HSL6.79º50.96%59.22%-
HSV(B)6.79º51.96%80%-
XYZ32.6824.8714.63-
YUV136.74106.14175.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.51%
GREEN value IS 110 (43.36% from 255) = 26.70%
BLUE value IS 98 (38.67% from 255) = 23.79%
R=49.51%
G=26.70%
B=23.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.52
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041109800.460.520.26.7950.9659.22
HexCC6E6202E34147333b
Octal314156142056642476373
Binary1100110011011101100010010111011010010100111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E62; }

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

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

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

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

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

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

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

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