#C56A48

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

Shades of Red Damask #C56A48

Tints of Red Damask #C56A48

Color information

#C56A48 (or 0xC56A48) is unknown color: approx Red Damask. HEX triplet: C5, 6A and 48. RGB value is (197,106,72). Sum of RGB (Red+Green+Blue) = 197+106+72=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 106 (41.80% from 255 or 28.27% from 375); Blue value is 72 (28.52% from 255 or 19.2% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A48 is #3A95B7. Grayscale: #818181. Windows color (decimal): -3839416 or 4745925. OLE color: 4745925.

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

Color convert

RGB19710672-
CMYK00.460.630.23
HSL16.32º51.87%52.75%-
HSV(B)16.32º63.45%77.25%-
XYZ29.3522.658.96-
YUV129.3395.65176.26-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.53%
GREEN value IS 106 (41.80% from 255) = 28.27%
BLUE value IS 72 (28.52% from 255) = 19.2%
R=52.53%
G=28.27%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971067200.460.630.2316.3251.8752.75
HexC56A4802E3F17103435
Octal3051521100567727206465
Binary110001011101010100100001011101111111011110000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A48; }

 p { color: rgb(197,106,72); }

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

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

 a { background-color: rgb(197,106,72); }

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

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

 span { border-color: rgb(197,106,72); }

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