#C87547

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

Shades of Red Damask #C87547

Tints of Red Damask #C87547

Color information

#C87547 (or 0xC87547) is unknown color: approx Red Damask. HEX triplet: C8, 75 and 47. RGB value is (200,117,71). Sum of RGB (Red+Green+Blue) = 200+117+71=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 117 (46.09% from 255 or 30.15% from 388); Blue value is 71 (28.12% from 255 or 18.30% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C87547 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87547 is #378AB8. Grayscale: #888888. Windows color (decimal): -3639993 or 4683208. OLE color: 4683208.

HSL color Cylindrical-coordinate representation of color #C87547: hue angle of 21.4º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C87547 is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB20011771-
CMYK00.420.640.22
HSL21.4º53.97%53.14%-
HSV(B)21.4º64.5%78.43%-
XYZ31.3225.469.22-
YUV136.5791173.24-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 117 (46.09% from 255) = 30.15%
BLUE value IS 71 (28.12% from 255) = 18.30%
R=51.55%
G=30.15%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001177100.420.640.2221.453.9753.14
HexC8754702A4016153635
Octal31016510705210026256665
Binary1100100011101011000111010101010000001011010101110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87547; }

 p { color: rgb(200,117,71); }

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

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

 a { background-color: rgb(200,117,71); }

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

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

 span { border-color: rgb(200,117,71); }

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