#C56844

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

Shades of Red Damask #C56844

Tints of Red Damask #C56844

Color information

#C56844 (or 0xC56844) is unknown color: approx Red Damask. HEX triplet: C5, 68 and 44. RGB value is (197,104,68). Sum of RGB (Red+Green+Blue) = 197+104+68=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 68 (26.95% from 255 or 18.43% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C56844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56844 is #3A97BB. Grayscale: #7F7F7F. Windows color (decimal): -3839932 or 4483269. OLE color: 4483269.

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

Color convert

RGB19710468-
CMYK00.470.650.23
HSL16.74º52.65%51.96%-
HSV(B)16.74º65.48%77.25%-
XYZ29.0222.198.22-
YUV127.794.31177.43-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.39%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 68 (26.95% from 255) = 18.43%
R=53.39%
G=28.18%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971046800.470.650.2316.7452.6551.96
HexC5684402F4117113534
Octal30515010405710127216564
Binary1100010111010001000100010111110000011011110001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56844; }

 p { color: rgb(197,104,68); }

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

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

 a { background-color: rgb(197,104,68); }

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

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

 span { border-color: rgb(197,104,68); }

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