Html Css Color HEX #C86847 Red Damask

📋 copy color: '#C86847'

red 200 ◦ green 104 ◦ blue 71

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

Shades of Red Damask #C86847

Tints of Red Damask #C86847

RGB

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

 GREEN value IS 104 (41.02% from 255) = 27.73%

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

R = 53.33%
G = 27.73%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86847 (or 0xC86847) is known color: Red Damask. HEX triplet: C8, 68 and 47. RGB value is (200,104,71). Sum of RGB (Red+Green+Blue) = 200+104+71=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 104 (41.02% from 255 or 27.73% from 375); Blue value is 71 (28.12% from 255 or 18.93% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C86847 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86847 is #3797B8. Grayscale: #818181. Windows color (decimal): -3643321 or 4679880. OLE color: 4679880.

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

Color convert

RGB 200 104 71 -
CMYK 0 0.48 0.64 0.22
HSL 15.35º 0.54% 0.53% -
HSV(B) 15.35º 0.65% 0.78% -
XYZ 29.91 22.63 8.75 -
YUV 128.94 95.3 178.68 -
System Red Green Blue C M Y K H S L
Decimal 200 104 71 0 0.48 0.64 0.22 15.35 0.54 0.53
Hex C8 68 47 0 30 40 16 F 36 35
Octal 310 150 107 0 60 100 26 17 66 65
Binary 11001000 1101000 1000111 0 110000 1000000 10110 1111 110110 110101

Color Harmonies of #C86847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86847

Black with #C86847

Text Example


Text Example

White with #C86847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86847; }

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

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

background-color css

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

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

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

border-color css

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

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

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