#C0786B

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

Shades of Contessa #C0786B

Tints of Contessa #C0786B

Color information

#C0786B (or 0xC0786B) is unknown color: approx Contessa. HEX triplet: C0, 78 and 6B. RGB value is (192,120,107). Sum of RGB (Red+Green+Blue) = 192+120+107=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 107 (42.19% from 255 or 25.54% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0786B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0786B is #3F8794. Grayscale: #8C8C8C. Windows color (decimal): -4163477 or 7043264. OLE color: 7043264.

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

Color convert

RGB192120107-
CMYK00.380.440.25
HSL9.18º40.28%58.63%-
HSV(B)9.18º44.27%75.29%-
XYZ31.1125.717.23-
YUV140.05109.35165.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 107 (42.19% from 255) = 25.54%
R=45.82%
G=28.64%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212010700.380.440.259.1840.2858.63
HexC0786B0262C199283b
Octal3001701530465431115073
Binary11000000111100011010110100110101100110011001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0786B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0786B; }

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

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

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

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

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

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

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

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