#C57372

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

Shades of Contessa #C57372

Tints of Contessa #C57372

Color information

#C57372 (or 0xC57372) is unknown color: approx Contessa. HEX triplet: C5, 73 and 72. RGB value is (197,115,114). Sum of RGB (Red+Green+Blue) = 197+115+114=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 114 (44.92% from 255 or 26.76% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C57372 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57372 is #3A8C8D. Grayscale: #8B8B8B. Windows color (decimal): -3837070 or 7500741. OLE color: 7500741.

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

Color convert

RGB197115114-
CMYK00.420.420.23
HSL0.72º41.71%60.98%-
HSV(B)0.72º42.13%77.25%-
XYZ32.1925.3519.12-
YUV139.4113.67169.08-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 115 (45.31% from 255) = 27.00%
BLUE value IS 114 (44.92% from 255) = 26.76%
R=46.24%
G=27.00%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.42
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711511400.420.420.230.7241.7160.98
HexC5737202A2A1712a3d
Octal305163162052522715275
Binary11000101111001111100100101010101010101111101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57372; }

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

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

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

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

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

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

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

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