#C5706D

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

Shades of Contessa #C5706D

Tints of Contessa #C5706D

Color information

#C5706D (or 0xC5706D) is unknown color: approx Contessa. HEX triplet: C5, 70 and 6D. RGB value is (197,112,109). Sum of RGB (Red+Green+Blue) = 197+112+109=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 109 (42.97% from 255 or 26.08% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C5706D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5706D is #3A8F92. Grayscale: #898989. Windows color (decimal): -3837843 or 7172293. OLE color: 7172293.

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

Color convert

RGB197112109-
CMYK00.430.450.23
HSL2.05º43.14%60%-
HSV(B)2.05º44.67%77.25%-
XYZ31.5824.5617.54-
YUV137.07112.16170.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 109 (42.97% from 255) = 26.08%
R=47.13%
G=26.79%
B=26.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711210900.430.450.232.0543.1460
HexC5706D02B2D1722b3c
Octal305160155053552725374
Binary110001011110000110110101010111011011011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5706D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5706D; }

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

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

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

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

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

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

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

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