Html Css Color HEX #C87247 Red Damask

📋 copy color: '#C87247'

red 200 ◦ green 114 ◦ blue 71

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

Shades of Red Damask #C87247

Tints of Red Damask #C87247

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 18.44%

R = 51.95%
G = 29.61%
B = 18.44%

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

#C87247 (or 0xC87247) is known color: Red Damask. HEX triplet: C8, 72 and 47. RGB value is (200,114,71). Sum of RGB (Red+Green+Blue) = 200+114+71=385 (50% of max value = 765). Red value is 200 (78.52% from 255 or 51.95% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 71 (28.12% from 255 or 18.44% from 385); Max value from RGB is 200 - color contains mainly: red. Hex color #C87247 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C87247 is #378DB8. Grayscale: #878787. Windows color (decimal): -3640761 or 4682440. OLE color: 4682440.

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

Color convert

RGB 200 114 71 -
CMYK 0 0.43 0.64 0.22
HSL 20º 0.54% 0.53% -
HSV(B) 20º 0.65% 0.78% -
XYZ 30.97 24.77 9.11 -
YUV 134.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 200 114 71 0 0.43 0.64 0.22 20 0.54 0.53
Hex C8 72 47 0 2B 40 16 14 36 35
Octal 310 162 107 0 53 100 26 24 66 65
Binary 11001000 1110010 1000111 0 101011 1000000 10110 10100 110110 110101

Color Harmonies of #C87247

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C87247

Black with #C87247

Text Example


Text Example

White with #C87247

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C87247; }

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

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

background-color css

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

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

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

border-color css

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

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

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