#C0706C

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

Shades of Contessa #C0706C

Tints of Contessa #C0706C

Color information

#C0706C (or 0xC0706C) is unknown color: approx Contessa. HEX triplet: C0, 70 and 6C. RGB value is (192,112,108). Sum of RGB (Red+Green+Blue) = 192+112+108=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 112 (44.14% from 255 or 27.18% from 412); Blue value is 108 (42.58% from 255 or 26.21% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0706C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0706C is #3F8F93. Grayscale: #878787. Windows color (decimal): -4165524 or 7106752. OLE color: 7106752.

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

Color convert

RGB192112108-
CMYK00.420.440.25
HSL2.86º40%58.82%-
HSV(B)2.86º43.75%75.29%-
XYZ30.2423.8817.2-
YUV135.46112.5168.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 112 (44.14% from 255) = 27.18%
BLUE value IS 108 (42.58% from 255) = 26.21%
R=46.60%
G=27.18%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.44
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211210800.420.440.252.864058.82
HexC0706C02A2C193283b
Octal300160154052543135073
Binary110000001110000110110001010101011001100111101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0706C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0706C; }

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

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

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

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

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

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

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

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