#C56747

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

Shades of Red Damask #C56747

Tints of Red Damask #C56747

Color information

#C56747 (or 0xC56747) is unknown color: approx Red Damask. HEX triplet: C5, 67 and 47. RGB value is (197,103,71). Sum of RGB (Red+Green+Blue) = 197+103+71=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 71 (28.12% from 255 or 19.14% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C56747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56747 is #3A98B8. Grayscale: #7F7F7F. Windows color (decimal): -3840185 or 4679621. OLE color: 4679621.

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

Color convert

RGB19710371-
CMYK00.480.640.23
HSL15.24º52.07%52.55%-
HSV(B)15.24º63.96%77.25%-
XYZ29.0122.038.68-
YUV127.4696.14177.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.10%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 71 (28.12% from 255) = 19.14%
R=53.10%
G=27.76%
B=19.14%

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
Decimal1971037100.480.640.2315.2452.0752.55
HexC567470304017f3435
Octal30514710706010027176465
Binary110001011100111100011101100001000000101111111110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56747; }

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

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

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

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

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

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

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

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