#C56A50

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

Shades of Red Damask #C56A50

Tints of Red Damask #C56A50

Color information

#C56A50 (or 0xC56A50) is unknown color: approx Red Damask. HEX triplet: C5, 6A and 50. RGB value is (197,106,80). Sum of RGB (Red+Green+Blue) = 197+106+80=383 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.44% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C56A50 is #3A95AF. Grayscale: #828282. Windows color (decimal): -3839408 or 5270213. OLE color: 5270213.

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

Color convert

RGB19710680-
CMYK00.460.590.23
HSL13.33º50.21%54.31%-
HSV(B)13.33º59.39%77.25%-
XYZ29.6322.7610.42-
YUV130.2499.65175.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 51.44%
GREEN value IS 106 (41.80% from 255) = 27.68%
BLUE value IS 80 (31.64% from 255) = 20.89%
R=51.44%
G=27.68%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971068000.460.590.2313.3350.2154.31
HexC56A5002E3B17d3236
Octal3051521200567327156266
Binary11000101110101010100000101110111011101111101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56A50; }

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

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

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

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

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

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

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

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