#C57251

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

Shades of Red Damask #C57251

Tints of Red Damask #C57251

Color information

#C57251 (or 0xC57251) is unknown color: approx Red Damask. HEX triplet: C5, 72 and 51. RGB value is (197,114,81). Sum of RGB (Red+Green+Blue) = 197+114+81=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 81 (32.03% from 255 or 20.66% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C57251 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57251 is #3A8DAE. Grayscale: #878787. Windows color (decimal): -3837359 or 5337797. OLE color: 5337797.

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

Color convert

RGB19711481-
CMYK00.420.590.23
HSL17.07º50%54.51%-
HSV(B)17.07º58.88%77.25%-
XYZ30.5324.510.9-
YUV135.0697.5172.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 114 (44.92% from 255) = 29.08%
BLUE value IS 81 (32.03% from 255) = 20.66%
R=50.26%
G=29.08%
B=20.66%

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
Decimal1971148100.420.590.2317.075054.51
HexC5725102A3B17113237
Octal3051621210527327216267
Binary110001011110010101000101010101110111011110001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57251; }

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

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

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

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

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

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

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

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