Html Css Color HEX #C86F49 Red Damask

📋 copy color: '#C86F49'

red 200 ◦ green 111 ◦ blue 73

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

Shades of Red Damask #C86F49

Tints of Red Damask #C86F49

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.91%

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

R = 52.08%
G = 28.91%
B = 19.01%

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

#C86F49 (or 0xC86F49) is known color: Red Damask. HEX triplet: C8, 6F and 49. RGB value is (200,111,73). Sum of RGB (Red+Green+Blue) = 200+111+73=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 73 (28.91% from 255 or 19.01% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C86F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86F49 is #3790B6. Grayscale: #858585. Windows color (decimal): -3641527 or 4812744. OLE color: 4812744.

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

Color convert

RGB 200 111 73 -
CMYK 0 0.44 0.64 0.22
HSL 17.95º 0.54% 0.54% -
HSV(B) 17.95º 0.64% 0.78% -
XYZ 30.71 24.13 9.34 -
YUV 133.28 93.99 175.59 -
System Red Green Blue C M Y K H S L
Decimal 200 111 73 0 0.44 0.64 0.22 17.95 0.54 0.54
Hex C8 6F 49 0 2C 40 16 12 36 36
Octal 310 157 111 0 54 100 26 22 66 66
Binary 11001000 1101111 1001001 0 101100 1000000 10110 10010 110110 110110

Color Harmonies of #C86F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86F49

Black with #C86F49

Text Example


Text Example

White with #C86F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86F49; }

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

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

background-color css

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

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

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

border-color css

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

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

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