#C0766D

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

Shades of Contessa #C0766D

Tints of Contessa #C0766D

Color information

#C0766D (or 0xC0766D) is unknown color: approx Contessa. HEX triplet: C0, 76 and 6D. RGB value is (192,118,109). Sum of RGB (Red+Green+Blue) = 192+118+109=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 118 (46.48% from 255 or 28.16% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766D is #3F8992. Grayscale: #8B8B8B. Windows color (decimal): -4163987 or 7173824. OLE color: 7173824.

HSL color Cylindrical-coordinate representation of color #C0766D: hue angle of 6.51º 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 #C0766D is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB192118109-
CMYK00.390.430.25
HSL6.51º39.71%59.02%-
HSV(B)6.51º43.23%75.29%-
XYZ30.9825.2717.71-
YUV139.1111.02165.73-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 118 (46.48% from 255) = 28.16%
BLUE value IS 109 (42.97% from 255) = 26.01%
R=45.82%
G=28.16%
B=26.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211810900.390.430.256.5139.7159.02
HexC0766D0272B197283b
Octal300166155047533175073
Binary1100000011101101101101010011110101111001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0766D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0766D; }

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

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

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

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

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

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

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

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