#CC786F

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

Shades of Contessa #CC786F

Tints of Contessa #CC786F

Color information

#CC786F (or 0xCC786F) is unknown color: approx Contessa. HEX triplet: CC, 78 and 6F. RGB value is (204,120,111). Sum of RGB (Red+Green+Blue) = 204+120+111=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC786F is #338790. Grayscale: #909090. Windows color (decimal): -3377041 or 7305420. OLE color: 7305420.

HSL color Cylindrical-coordinate representation of color #CC786F: hue angle of 5.81º 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 #CC786F is Cyan = 0, Magento = 0.41, Yellow = 0.46 and Black (K on CMYK) = 0.2.

Color convert

RGB204120111-
CMYK00.410.460.2
HSL5.81º47.69%61.76%-
HSV(B)5.81º45.59%80%-
XYZ34.4927.4218.51-
YUV144.09109.33170.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=46.90%
G=27.59%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20412011100.410.460.25.8147.6961.76
HexCC786F0292E146303e
Octal314170157051562466076
Binary1100110011110001101111010100110111010100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC786F; }

 p { color: rgb(204,120,111); }

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

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

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

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

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

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

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