#C57450

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

Shades of Red Damask #C57450

Tints of Red Damask #C57450

Color information

#C57450 (or 0xC57450) is unknown color: approx Red Damask. HEX triplet: C5, 74 and 50. RGB value is (197,116,80). Sum of RGB (Red+Green+Blue) = 197+116+80=393 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50.13% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 197 - color contains mainly: red. Hex color #C57450 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C57450 is #3A8BAF. Grayscale: #888888. Windows color (decimal): -3836848 or 5272773. OLE color: 5272773.

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

Color convert

RGB19711680-
CMYK00.410.590.23
HSL18.46º50.21%54.31%-
HSV(B)18.46º59.39%77.25%-
XYZ30.7224.9410.78-
YUV136.1296.34171.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 50.13%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 80 (31.64% from 255) = 20.36%
R=50.13%
G=29.52%
B=20.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971168000.410.590.2318.4650.2154.31
HexC574500293B17123236
Octal3051641200517327226266
Binary110001011110100101000001010011110111011110010110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57450; }

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

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

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

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

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

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

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

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