#C57152

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

Shades of Red Damask #C57152

Tints of Red Damask #C57152

Color information

#C57152 (or 0xC57152) is unknown color: approx Red Damask. HEX triplet: C5, 71 and 52. RGB value is (197,113,82). Sum of RGB (Red+Green+Blue) = 197+113+82=392 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.26% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 82 (32.42% from 255 or 20.92% from 392); Max value from RGB is 197 - color contains mainly: red. Hex color #C57152 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57152 is #3A8EAD. Grayscale: #868686. Windows color (decimal): -3837614 or 5403077. OLE color: 5403077.

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

Color convert

RGB19711382-
CMYK00.430.580.23
HSL16.17º49.78%54.71%-
HSV(B)16.17º58.38%77.25%-
XYZ30.4524.2911.07-
YUV134.5898.33172.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.26%
GREEN value IS 113 (44.53% from 255) = 28.83%
BLUE value IS 82 (32.42% from 255) = 20.92%
R=50.26%
G=28.83%
B=20.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971138200.430.580.2316.1749.7854.71
HexC5715202B3A17103237
Octal3051611220537227206267
Binary110001011110001101001001010111110101011110000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57152; }

 p { color: rgb(197,113,82); }

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

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

 a { background-color: rgb(197,113,82); }

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

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

 span { border-color: rgb(197,113,82); }

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