Html Css Color HEX #C87449 Red Damask

📋 copy color: '#C87449'

red 200 ◦ green 116 ◦ blue 73

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

Shades of Red Damask #C87449

Tints of Red Damask #C87449

RGB

 RED value IS 200 (78.52% from 255) = 51.41%

 GREEN value IS 116 (45.7% from 255) = 29.82%

 BLUE value IS 73 (28.91% from 255) = 18.77%

R = 51.41%
G = 29.82%
B = 18.77%

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

#C87449 (or 0xC87449) is known color: Red Damask. HEX triplet: C8, 74 and 49. RGB value is (200,116,73). Sum of RGB (Red+Green+Blue) = 200+116+73=389 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.41% from 389); Green value is 116 (45.70% from 255 or 29.82% from 389); Blue value is 73 (28.91% from 255 or 18.77% from 389); Max value from RGB is 200 - color contains mainly: red. Hex color #C87449 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87449 is #378BB6. Grayscale: #888888. Windows color (decimal): -3640247 or 4814024. OLE color: 4814024.

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

Color convert

RGB 200 116 73 -
CMYK 0 0.42 0.64 0.22
HSL 20.31º 0.54% 0.54% -
HSV(B) 20.31º 0.64% 0.78% -
XYZ 31.27 25.25 9.53 -
YUV 136.21 92.33 173.5 -
System Red Green Blue C M Y K H S L
Decimal 200 116 73 0 0.42 0.64 0.22 20.31 0.54 0.54
Hex C8 74 49 0 2A 40 16 14 36 36
Octal 310 164 111 0 52 100 26 24 66 66
Binary 11001000 1110100 1001001 0 101010 1000000 10110 10100 110110 110110

Color Harmonies of #C87449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87449

Black with #C87449

Text Example


Text Example

White with #C87449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87449; }

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

 H1.HeaderClassName
 {
   color: #C87449;
 }
 .AnyTagClassName
 {
   color: #C87449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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