#C0786D

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

Shades of Contessa #C0786D

Tints of Contessa #C0786D

Color information

#C0786D (or 0xC0786D) is unknown color: approx Contessa. HEX triplet: C0, 78 and 6D. RGB value is (192,120,109). Sum of RGB (Red+Green+Blue) = 192+120+109=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 120 (47.27% from 255 or 28.50% from 421); Blue value is 109 (42.97% from 255 or 25.89% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0786D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0786D is #3F8792. Grayscale: #8C8C8C. Windows color (decimal): -4163475 or 7174336. OLE color: 7174336.

HSL color Cylindrical-coordinate representation of color #C0786D: hue angle of 7.95º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0786D is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192120109-
CMYK00.380.430.25
HSL7.95º39.71%59.02%-
HSV(B)7.95º43.23%75.29%-
XYZ31.2225.7417.79-
YUV140.27110.35164.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 120 (47.27% from 255) = 28.50%
BLUE value IS 109 (42.97% from 255) = 25.89%
R=45.61%
G=28.50%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212010900.380.430.257.9539.7159.02
HexC0786D0262B198283b
Octal3001701550465331105073
Binary11000000111100011011010100110101011110011000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0786D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0786D; }

 p { color: rgb(192,120,109); }

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

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

 a { background-color: rgb(192,120,109); }

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

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

 span { border-color: rgb(192,120,109); }

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