#C0706E

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

Shades of Contessa #C0706E

Tints of Contessa #C0706E

Color information

#C0706E (or 0xC0706E) is unknown color: approx Contessa. HEX triplet: C0, 70 and 6E. RGB value is (192,112,110). Sum of RGB (Red+Green+Blue) = 192+112+110=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 110 (43.36% from 255 or 26.57% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C0706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0706E is #3F8F91. Grayscale: #878787. Windows color (decimal): -4165522 or 7237824. OLE color: 7237824.

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

Color convert

RGB192112110-
CMYK00.420.430.25
HSL1.46º39.42%59.22%-
HSV(B)1.46º42.71%75.29%-
XYZ30.3523.9217.77-
YUV135.69113.5168.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.38%
GREEN value IS 112 (44.14% from 255) = 27.05%
BLUE value IS 110 (43.36% from 255) = 26.57%
R=46.38%
G=27.05%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211211000.420.430.251.4639.4259.22
HexC0706E02A2B191273b
Octal300160156052533114773
Binary11000000111000011011100101010101011110011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0706E; }

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

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

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

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

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

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

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

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