#CC7A6E

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

Shades of Contessa #CC7A6E

Tints of Contessa #CC7A6E

Color information

#CC7A6E (or 0xCC7A6E) is unknown color: approx Contessa. HEX triplet: CC, 7A and 6E. RGB value is (204,122,110). Sum of RGB (Red+Green+Blue) = 204+122+110=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 122 (48.05% from 255 or 27.98% from 436); Blue value is 110 (43.36% from 255 or 25.23% from 436); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7A6E is #338591. Grayscale: #919191. Windows color (decimal): -3376530 or 7240396. OLE color: 7240396.

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

Color convert

RGB204122110-
CMYK00.400.460.2
HSL7.66º47.96%61.57%-
HSV(B)7.66º46.08%80%-
XYZ34.6827.8818.31-
YUV145.15108.17169.98-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.79%
GREEN value IS 122 (48.05% from 255) = 27.98%
BLUE value IS 110 (43.36% from 255) = 25.23%
R=46.79%
G=27.98%
B=25.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412211000.400.460.27.6647.9661.57
HexCC7A6E0282E148303e
Octal3141721560505624106076
Binary11001100111101011011100101000101110101001000110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7A6E; }

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

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

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

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

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

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

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

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