#C57270

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

Shades of Contessa #C57270

Tints of Contessa #C57270

Color information

#C57270 (or 0xC57270) is unknown color: approx Contessa. HEX triplet: C5, 72 and 70. RGB value is (197,114,112). Sum of RGB (Red+Green+Blue) = 197+114+112=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 114 (44.92% from 255 or 26.95% from 423); Blue value is 112 (44.14% from 255 or 26.48% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C57270 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57270 is #3A8D8F. Grayscale: #8A8A8A. Windows color (decimal): -3837328 or 7369413. OLE color: 7369413.

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

Color convert

RGB197114112-
CMYK00.420.430.23
HSL1.41º42.29%60.59%-
HSV(B)1.41º43.15%77.25%-
XYZ31.9725.0718.48-
YUV138.59113169.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.57%
GREEN value IS 114 (44.92% from 255) = 26.95%
BLUE value IS 112 (44.14% from 255) = 26.48%
R=46.57%
G=26.95%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.43
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711411200.420.430.231.4142.2960.59
HexC5727002A2B1712a3d
Octal305162160052532715275
Binary11000101111001011100000101010101011101111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57270; }

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

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

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

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

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

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

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

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