#CC766D

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

Shades of Contessa #CC766D

Tints of Contessa #CC766D

Color information

#CC766D (or 0xCC766D) is unknown color: approx Contessa. HEX triplet: CC, 76 and 6D. RGB value is (204,118,109). Sum of RGB (Red+Green+Blue) = 204+118+109=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 109 (42.97% from 255 or 25.29% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC766D is #338992. Grayscale: #8E8E8E. Windows color (decimal): -3377555 or 7173836. OLE color: 7173836.

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

Color convert

RGB204118109-
CMYK00.420.470.2
HSL5.68º48.22%61.37%-
HSV(B)5.68º46.57%80%-
XYZ34.1426.917.86-
YUV142.69108.99171.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.33%
GREEN value IS 118 (46.48% from 255) = 27.38%
BLUE value IS 109 (42.97% from 255) = 25.29%
R=47.33%
G=27.38%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411810900.420.470.25.6848.2261.37
HexCC766D02A2F146303d
Octal314166155052572466075
Binary1100110011101101101101010101010111110100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC766D; }

 p { color: rgb(204,118,109); }

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

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

 a { background-color: rgb(204,118,109); }

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

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

 span { border-color: rgb(204,118,109); }

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