#C56647

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

Shades of Red Damask #C56647

Tints of Red Damask #C56647

Color information

#C56647 (or 0xC56647) is unknown color: approx Red Damask. HEX triplet: C5, 66 and 47. RGB value is (197,102,71). Sum of RGB (Red+Green+Blue) = 197+102+71=370 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.24% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 197 - color contains mainly: red. Hex color #C56647 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56647 is #3A99B8. Grayscale: #7F7F7F. Windows color (decimal): -3840441 or 4679365. OLE color: 4679365.

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

Color convert

RGB19710271-
CMYK00.480.640.23
HSL14.76º52.07%52.55%-
HSV(B)14.76º63.96%77.25%-
XYZ28.9121.838.65-
YUV126.8796.47178.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.24%
GREEN value IS 102 (40.23% from 255) = 27.57%
BLUE value IS 71 (28.12% from 255) = 19.19%
R=53.24%
G=27.57%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971027100.480.640.2314.7652.0752.55
HexC566470304017f3435
Octal30514610706010027176465
Binary110001011100110100011101100001000000101111111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56647; }

 p { color: rgb(197,102,71); }

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

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

 a { background-color: rgb(197,102,71); }

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

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

 span { border-color: rgb(197,102,71); }

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