Html Css Color HEX #C87049 Red Damask

📋 copy color: '#C87049'

red 200 ◦ green 112 ◦ blue 73

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

Shades of Red Damask #C87049

Tints of Red Damask #C87049

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.09%

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

R = 51.95%
G = 29.09%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87049 (or 0xC87049) is known color: Red Damask. HEX triplet: C8, 70 and 49. RGB value is (200,112,73). Sum of RGB (Red+Green+Blue) = 200+112+73=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 112 (44.14% from 255 or 29.09% from 385); Blue value is 73 (28.91% from 255 or 18.96% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87049 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87049 is #378FB6. Grayscale: #868686. Windows color (decimal): -3641271 or 4813000. OLE color: 4813000.

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

Color convert

RGB 200 112 73 -
CMYK 0 0.44 0.64 0.22
HSL 18.43º 0.54% 0.54% -
HSV(B) 18.43º 0.64% 0.78% -
XYZ 30.82 24.35 9.38 -
YUV 133.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 200 112 73 0 0.44 0.64 0.22 18.43 0.54 0.54
Hex C8 70 49 0 2C 40 16 12 36 36
Octal 310 160 111 0 54 100 26 22 66 66
Binary 11001000 1110000 1001001 0 101100 1000000 10110 10010 110110 110110

Color Harmonies of #C87049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87049

Black with #C87049

Text Example


Text Example

White with #C87049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87049; }

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

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

background-color css

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

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

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

border-color css

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

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

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