#C87549

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

Shades of Red Damask #C87549

Tints of Red Damask #C87549

Color information

#C87549 (or 0xC87549) is unknown color: approx Red Damask. HEX triplet: C8, 75 and 49. RGB value is (200,117,73). Sum of RGB (Red+Green+Blue) = 200+117+73=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C87549 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87549 is #378AB6. Grayscale: #898989. Windows color (decimal): -3639991 or 4814280. OLE color: 4814280.

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

Color convert

RGB20011773-
CMYK00.420.640.22
HSL20.79º53.59%53.53%-
HSV(B)20.79º63.5%78.43%-
XYZ31.3825.489.57-
YUV136.892173.08-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.28%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 73 (28.91% from 255) = 18.72%
R=51.28%
G=30%
B=18.72%

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
Decimal2001177300.420.640.2220.7953.5953.53
HexC8754902A4016153636
Octal31016511105210026256666
Binary1100100011101011001001010101010000001011010101110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C87549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C87549; }

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

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

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

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

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

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

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

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