#C57351

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

Shades of Red Damask #C57351

Tints of Red Damask #C57351

Color information

#C57351 (or 0xC57351) is unknown color: approx Red Damask. HEX triplet: C5, 73 and 51. RGB value is (197,115,81). Sum of RGB (Red+Green+Blue) = 197+115+81=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 81 (32.03% from 255 or 20.61% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C57351 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57351 is #3A8CAE. Grayscale: #878787. Windows color (decimal): -3837103 or 5338053. OLE color: 5338053.

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

Color convert

RGB19711581-
CMYK00.420.590.23
HSL17.59º50%54.51%-
HSV(B)17.59º58.88%77.25%-
XYZ30.6424.7310.94-
YUV135.6497.17171.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 115 (45.31% from 255) = 29.26%
BLUE value IS 81 (32.03% from 255) = 20.61%
R=50.13%
G=29.26%
B=20.61%

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
Decimal1971158100.420.590.2317.595054.51
HexC5735102A3B17123237
Octal3051631210527327226267
Binary110001011110011101000101010101110111011110010110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57351; }

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

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

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

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

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

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

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

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