#c0766f

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

Shades of Contessa #C0766F

Tints of Contessa #C0766F

Color information

#C0766F (or 0xC0766F) is unknown color: approx Contessa. HEX triplet: C0, 76 and 6F. RGB value is (192,118,111). Sum of RGB (Red+Green+Blue) = 192+118+111=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 118 (46.48% from 255 or 28.03% from 421); Blue value is 111 (43.75% from 255 or 26.37% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766F is #3F8990. Grayscale: #8B8B8B. Windows color (decimal): -4163985 or 7304896. OLE color: 7304896.

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

Color convert

RGB192118111-
CMYK00.390.420.25
HSL5.19º39.13%59.41%-
HSV(B)5.19º42.19%75.29%-
XYZ31.0925.3118.29-
YUV139.33112.02165.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.61%
GREEN value IS 118 (46.48% from 255) = 28.03%
BLUE value IS 111 (43.75% from 255) = 26.37%
R=45.61%
G=28.03%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211811100.390.420.255.1939.1359.41
HexC0766F0272A195273b
Octal300166157047523154773
Binary1100000011101101101111010011110101011001101100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c0766f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c0766f; }

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

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

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

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

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

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

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

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