#CC786E

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

Shades of Contessa #CC786E

Tints of Contessa #CC786E

Color information

#CC786E (or 0xCC786E) is unknown color: approx Contessa. HEX triplet: CC, 78 and 6E. RGB value is (204,120,110). Sum of RGB (Red+Green+Blue) = 204+120+110=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 120 (47.27% from 255 or 27.65% from 434); Blue value is 110 (43.36% from 255 or 25.35% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC786E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC786E is #338791. Grayscale: #909090. Windows color (decimal): -3377042 or 7239884. OLE color: 7239884.

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

Color convert

RGB204120110-
CMYK00.410.460.2
HSL6.38º47.96%61.57%-
HSV(B)6.38º46.08%80%-
XYZ34.4327.418.23-
YUV143.98108.83170.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.00%
GREEN value IS 120 (47.27% from 255) = 27.65%
BLUE value IS 110 (43.36% from 255) = 25.35%
R=47.00%
G=27.65%
B=25.35%

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
Decimal20412011000.410.460.26.3847.9661.57
HexCC786E0292E146303e
Octal314170156051562466076
Binary1100110011110001101110010100110111010100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC786E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC786E; }

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

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

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

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

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

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

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

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