#C5706E

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

Shades of Contessa #C5706E

Tints of Contessa #C5706E

Color information

#C5706E (or 0xC5706E) is unknown color: approx Contessa. HEX triplet: C5, 70 and 6E. RGB value is (197,112,110). Sum of RGB (Red+Green+Blue) = 197+112+110=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 112 (44.14% from 255 or 26.73% from 419); Blue value is 110 (43.36% from 255 or 26.25% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5706E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5706E is #3A8F91. Grayscale: #898989. Windows color (decimal): -3837842 or 7237829. OLE color: 7237829.

HSL color Cylindrical-coordinate representation of color #C5706E: hue angle of 1.38º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C5706E is Cyan = 0, Magento = 0.43, Yellow = 0.44 and Black (K on CMYK) = 0.23.

Color convert

RGB197112110-
CMYK00.430.440.23
HSL1.38º42.86%60.2%-
HSV(B)1.38º44.16%77.25%-
XYZ31.6324.5817.83-
YUV137.19112.66170.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 112 (44.14% from 255) = 26.73%
BLUE value IS 110 (43.36% from 255) = 26.25%
R=47.02%
G=26.73%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.44
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711211000.430.440.231.3842.8660.2
HexC5706E02B2C1712b3c
Octal305160156053542715374
Binary11000101111000011011100101011101100101111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5706E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5706E; }

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

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

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

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

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

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

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

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