#C5706F

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

Shades of Contessa #C5706F

Tints of Contessa #C5706F

Color information

#C5706F (or 0xC5706F) is unknown color: approx Contessa. HEX triplet: C5, 70 and 6F. RGB value is (197,112,111). Sum of RGB (Red+Green+Blue) = 197+112+111=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 111 (43.75% from 255 or 26.43% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5706F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5706F is #3A8F90. Grayscale: #898989. Windows color (decimal): -3837841 or 7303365. OLE color: 7303365.

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

Color convert

RGB197112111-
CMYK00.430.440.23
HSL0.7º42.57%60.39%-
HSV(B)0.7º43.65%77.25%-
XYZ31.6924.6118.12-
YUV137.3113.16170.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 112 (44.14% from 255) = 26.67%
BLUE value IS 111 (43.75% from 255) = 26.43%
R=46.90%
G=26.67%
B=26.43%

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
Decimal19711211100.430.440.230.742.5760.39
HexC5706F02B2C1712b3c
Octal305160157053542715374
Binary11000101111000011011110101011101100101111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5706F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5706F; }

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

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

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

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

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

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

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

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