Html Css Color HEX #C87249 Red Damask

📋 copy color: '#C87249'

red 200 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #C87249

Tints of Red Damask #C87249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.46%

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

R = 51.68%
G = 29.46%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C87249 (or 0xC87249) is known color: Red Damask. HEX triplet: C8, 72 and 49. RGB value is (200,114,73). Sum of RGB (Red+Green+Blue) = 200+114+73=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 114 (44.92% from 255 or 29.46% from 387); Blue value is 73 (28.91% from 255 or 18.86% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C87249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87249 is #378DB6. Grayscale: #878787. Windows color (decimal): -3640759 or 4813512. OLE color: 4813512.

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

Color convert

RGB 200 114 73 -
CMYK 0 0.43 0.64 0.22
HSL 19.37º 0.54% 0.54% -
HSV(B) 19.37º 0.64% 0.78% -
XYZ 31.04 24.8 9.45 -
YUV 135.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 200 114 73 0 0.43 0.64 0.22 19.37 0.54 0.54
Hex C8 72 49 0 2B 40 16 13 36 36
Octal 310 162 111 0 53 100 26 23 66 66
Binary 11001000 1110010 1001001 0 101011 1000000 10110 10011 110110 110110

Color Harmonies of #C87249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87249

Black with #C87249

Text Example


Text Example

White with #C87249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87249; }

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

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

background-color css

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

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

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

border-color css

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

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

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