#C56D50

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

Shades of Red Damask #C56D50

Tints of Red Damask #C56D50

Color information

#C56D50 (or 0xC56D50) is unknown color: approx Red Damask. HEX triplet: C5, 6D and 50. RGB value is (197,109,80). Sum of RGB (Red+Green+Blue) = 197+109+80=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 109 (42.97% from 255 or 28.24% from 386); Blue value is 80 (31.64% from 255 or 20.73% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56D50 is #3A92AF. Grayscale: #848484. Windows color (decimal): -3838640 or 5270981. OLE color: 5270981.

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

Color convert

RGB19710980-
CMYK00.450.590.23
HSL14.87º50.21%54.31%-
HSV(B)14.87º59.39%77.25%-
XYZ29.9423.3910.53-
YUV132.0198.65174.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.04%
GREEN value IS 109 (42.97% from 255) = 28.24%
BLUE value IS 80 (31.64% from 255) = 20.73%
R=51.04%
G=28.24%
B=20.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971098000.450.590.2314.8750.2154.31
HexC56D5002D3B17f3236
Octal3051551200557327176266
Binary11000101110110110100000101101111011101111111110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56D50; }

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

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

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

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

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

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

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

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