#C56949

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

Shades of Red Damask #C56949

Tints of Red Damask #C56949

Color information

#C56949 (or 0xC56949) is unknown color: approx Red Damask. HEX triplet: C5, 69 and 49. RGB value is (197,105,73). Sum of RGB (Red+Green+Blue) = 197+105+73=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 105 (41.41% from 255 or 28% from 375); Blue value is 73 (28.91% from 255 or 19.47% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C56949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56949 is #3A96B6. Grayscale: #818181. Windows color (decimal): -3839671 or 4811205. OLE color: 4811205.

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

Color convert

RGB19710573-
CMYK00.470.630.23
HSL15.48º51.67%52.94%-
HSV(B)15.48º62.94%77.25%-
XYZ29.2822.459.09-
YUV128.8696.48176.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 105 (41.41% from 255) = 28%
BLUE value IS 73 (28.91% from 255) = 19.47%
R=52.53%
G=28%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971057300.470.630.2315.4851.6752.94
HexC5694902F3F17f3435
Octal3051511110577727176465
Binary11000101110100110010010101111111111101111111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56949; }

 p { color: rgb(197,105,73); }

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

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

 a { background-color: rgb(197,105,73); }

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

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

 span { border-color: rgb(197,105,73); }

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