Html Css Color HEX #C86E49 Red Damask

📋 copy color: '#C86E49'

red 200 ◦ green 110 ◦ blue 73

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

Shades of Red Damask #C86E49

Tints of Red Damask #C86E49

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.72%

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

R = 52.22%
G = 28.72%
B = 19.06%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86E49 (or 0xC86E49) is known color: Red Damask. HEX triplet: C8, 6E and 49. RGB value is (200,110,73). Sum of RGB (Red+Green+Blue) = 200+110+73=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 110 (43.36% from 255 or 28.72% from 383); Blue value is 73 (28.91% from 255 or 19.06% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E49 is #3791B6. Grayscale: #848484. Windows color (decimal): -3641783 or 4812488. OLE color: 4812488.

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

Color convert

RGB 200 110 73 -
CMYK 0 0.45 0.64 0.22
HSL 17.48º 0.54% 0.54% -
HSV(B) 17.48º 0.64% 0.78% -
XYZ 30.6 23.91 9.31 -
YUV 132.69 94.32 176.01 -
System Red Green Blue C M Y K H S L
Decimal 200 110 73 0 0.45 0.64 0.22 17.48 0.54 0.54
Hex C8 6E 49 0 2D 40 16 11 36 36
Octal 310 156 111 0 55 100 26 21 66 66
Binary 11001000 1101110 1001001 0 101101 1000000 10110 10001 110110 110110

Color Harmonies of #C86E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86E49

Black with #C86E49

Text Example


Text Example

White with #C86E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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