#CC6E6A

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

Shades of Contessa #CC6E6A

Tints of Contessa #CC6E6A

Color information

#CC6E6A (or 0xCC6E6A) is unknown color: approx Contessa. HEX triplet: CC, 6E and 6A. RGB value is (204,110,106). Sum of RGB (Red+Green+Blue) = 204+110+106=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 106 (41.80% from 255 or 25.24% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC6E6A is #339195. Grayscale: #898989. Windows color (decimal): -3379606 or 6975180. OLE color: 6975180.

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

Color convert

RGB204110106-
CMYK00.460.480.2
HSL2.45º49%60.78%-
HSV(B)2.45º48.04%80%-
XYZ33.0825.0316.72-
YUV137.65110.14175.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48.57%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 106 (41.80% from 255) = 25.24%
R=48.57%
G=26.19%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.48
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411010600.460.480.22.454960.78
HexCC6E6A02E30142313d
Octal314156152056602426175
Binary110011001101110110101001011101100001010010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC6E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC6E6A; }

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

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

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

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

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

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

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

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