#CC7676

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

Shades of Contessa #CC7676

Tints of Contessa #CC7676

Color information

#CC7676 (or 0xCC7676) is unknown color: approx Contessa. HEX triplet: CC, 76 and 76. RGB value is (204,118,118). Sum of RGB (Red+Green+Blue) = 204+118+118=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 118 (46.48% from 255 or 26.82% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7676 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7676 is #338989. Grayscale: #8F8F8F. Windows color (decimal): -3377546 or 7763660. OLE color: 7763660.

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

Color convert

RGB204118118-
CMYK00.420.420.2
HSL45.74%63.14%-
HSV(B)42.16%80%-
XYZ34.6527.120.54-
YUV143.71113.49171-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 118 (46.48% from 255) = 26.82%
BLUE value IS 118 (46.48% from 255) = 26.82%
R=46.36%
G=26.82%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20411811800.420.420.2045.7463.14
HexCC767602A2A1402e3f
Octal314166166052522405677
Binary11001100111011011101100101010101010101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC7676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC7676; }

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

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

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

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

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

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

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

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