#C57347

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

Shades of Red Damask #C57347

Tints of Red Damask #C57347

Color information

#C57347 (or 0xC57347) is unknown color: approx Red Damask. HEX triplet: C5, 73 and 47. RGB value is (197,115,71). Sum of RGB (Red+Green+Blue) = 197+115+71=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 115 (45.31% from 255 or 30.03% from 383); Blue value is 71 (28.12% from 255 or 18.54% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C57347 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57347 is #3A8CB8. Grayscale: #868686. Windows color (decimal): -3837113 or 4682693. OLE color: 4682693.

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

Color convert

RGB19711571-
CMYK00.420.640.23
HSL20.95º52.07%52.55%-
HSV(B)20.95º63.96%77.25%-
XYZ30.2924.599.11-
YUV134.592.17172.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 115 (45.31% from 255) = 30.03%
BLUE value IS 71 (28.12% from 255) = 18.54%
R=51.44%
G=30.03%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971157100.420.640.2320.9552.0752.55
HexC5734702A4017153435
Octal30516310705210027256465
Binary1100010111100111000111010101010000001011110101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57347; }

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

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

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

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

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

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

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

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