#C0766C

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

Shades of Contessa #C0766C

Tints of Contessa #C0766C

Color information

#C0766C (or 0xC0766C) is unknown color: approx Contessa. HEX triplet: C0, 76 and 6C. RGB value is (192,118,108). Sum of RGB (Red+Green+Blue) = 192+118+108=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0766C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0766C is #3F8993. Grayscale: #8B8B8B. Windows color (decimal): -4163988 or 7108288. OLE color: 7108288.

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

Color convert

RGB192118108-
CMYK00.390.440.25
HSL7.14º40%58.82%-
HSV(B)7.14º43.75%75.29%-
XYZ30.9225.2517.43-
YUV138.99110.52165.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.93%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 108 (42.58% from 255) = 25.84%
R=45.93%
G=28.23%
B=25.84%

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
Decimal19211810800.390.440.257.144058.82
HexC0766C0272C197283b
Octal300166154047543175073
Binary1100000011101101101100010011110110011001111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0766C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0766C; }

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

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

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

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

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

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

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

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