Html Css Color HEX #C87549 Red Damask

📋 copy color: '#C87549'

red 200 ◦ green 117 ◦ blue 73

#C87549
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #C87549

Tints of Red Damask #C87549

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 value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87549 (or 0xC87549) is known color: 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

RGB 200 117 73 -
CMYK 0 0.42 0.64 0.22
HSL 20.79º 0.54% 0.54% -
HSV(B) 20.79º 0.64% 0.78% -
XYZ 31.38 25.48 9.57 -
YUV 136.8 92 173.08 -
System Red Green Blue C M Y K H S L
Decimal 200 117 73 0 0.42 0.64 0.22 20.79 0.54 0.54
Hex C8 75 49 0 2A 40 16 15 36 36
Octal 310 165 111 0 52 100 26 25 66 66
Binary 11001000 1110101 1001001 0 101010 1000000 10110 10101 110110 110110

Color Harmonies of #C87549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87549

Black with #C87549

Text Example


Text Example

White with #C87549

Text Example


Text Example

HTML Codes & Css Web 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>