#CD786F

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

Shades of Contessa #CD786F

Tints of Contessa #CD786F

Color information

#CD786F (or 0xCD786F) is unknown color: approx Contessa. HEX triplet: CD, 78 and 6F. RGB value is (205,120,111). Sum of RGB (Red+Green+Blue) = 205+120+111=436 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.02% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 205 - color contains mainly: red. Hex color #CD786F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD786F is #328790. Grayscale: #909090. Windows color (decimal): -3311505 or 7305421. OLE color: 7305421.

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

Color convert

RGB205120111-
CMYK00.410.460.20
HSL5.74º48.45%61.96%-
HSV(B)5.74º45.85%80.39%-
XYZ34.7627.5618.53-
YUV144.39109.16171.23-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 47.02%
GREEN value IS 120 (47.27% from 255) = 27.52%
BLUE value IS 111 (43.75% from 255) = 25.46%
R=47.02%
G=27.52%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20512011100.410.460.205.7448.4561.96
HexCD786F0292E146303e
Octal315170157051562466076
Binary1100110111110001101111010100110111010100110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD786F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD786F; }

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

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

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

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

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

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

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

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