#C57070

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

Shades of Contessa #C57070

Tints of Contessa #C57070

Color information

#C57070 (or 0xC57070) is unknown color: approx Contessa. HEX triplet: C5, 70 and 70. RGB value is (197,112,112). Sum of RGB (Red+Green+Blue) = 197+112+112=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 112 (44.14% from 255 or 26.60% from 421); Blue value is 112 (44.14% from 255 or 26.60% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C57070 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57070 is #3A8F8F. Grayscale: #898989. Windows color (decimal): -3837840 or 7368901. OLE color: 7368901.

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

Color convert

RGB197112112-
CMYK00.430.430.23
HSL42.29%60.59%-
HSV(B)43.15%77.25%-
XYZ31.7424.6318.41-
YUV137.42113.66170.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 112 (44.14% from 255) = 26.60%
BLUE value IS 112 (44.14% from 255) = 26.60%
R=46.79%
G=26.60%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711211200.430.430.23042.2960.59
HexC5707002B2B1702a3d
Octal305160160053532705275
Binary11000101111000011100000101011101011101110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57070; }

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

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

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

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

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

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

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

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