#C57250

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

Shades of Red Damask #C57250

Tints of Red Damask #C57250

Color information

#C57250 (or 0xC57250) is unknown color: approx Red Damask. HEX triplet: C5, 72 and 50. RGB value is (197,114,80). Sum of RGB (Red+Green+Blue) = 197+114+80=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 114 (44.92% from 255 or 29.16% from 391); Blue value is 80 (31.64% from 255 or 20.46% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C57250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57250 is #3A8DAF. Grayscale: #878787. Windows color (decimal): -3837360 or 5272261. OLE color: 5272261.

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

Color convert

RGB19711480-
CMYK00.420.590.23
HSL17.44º50.21%54.31%-
HSV(B)17.44º59.39%77.25%-
XYZ30.4924.4810.71-
YUV134.9497172.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.38%
GREEN value IS 114 (44.92% from 255) = 29.16%
BLUE value IS 80 (31.64% from 255) = 20.46%
R=50.38%
G=29.16%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971148000.420.590.2317.4450.2154.31
HexC5725002A3B17113236
Octal3051621200527327216266
Binary110001011110010101000001010101110111011110001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57250; }

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

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

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

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

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

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

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

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