#C0766B

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

Shades of Contessa #C0766B

Tints of Contessa #C0766B

Color information

#C0766B (or 0xC0766B) is unknown color: approx Contessa. HEX triplet: C0, 76 and 6B. RGB value is (192,118,107). Sum of RGB (Red+Green+Blue) = 192+118+107=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 118 (46.48% from 255 or 28.30% from 417); Blue value is 107 (42.19% from 255 or 25.66% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766B is #3F8994. Grayscale: #8A8A8A. Windows color (decimal): -4163989 or 7042752. OLE color: 7042752.

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

Color convert

RGB192118107-
CMYK00.390.440.25
HSL7.76º40.28%58.63%-
HSV(B)7.76º44.27%75.29%-
XYZ30.8725.2217.15-
YUV138.87110.02165.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.04%
GREEN value IS 118 (46.48% from 255) = 28.30%
BLUE value IS 107 (42.19% from 255) = 25.66%
R=46.04%
G=28.30%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211810700.390.440.257.7640.2858.63
HexC0766B0272C198283b
Octal3001661530475431105073
Binary11000000111011011010110100111101100110011000101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0766B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0766B; }

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

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

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

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

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

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

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

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