Html Css Color HEX #C86A49 Red Damask

📋 copy color: '#C86A49'

red 200 ◦ green 106 ◦ blue 73

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

Shades of Red Damask #C86A49

Tints of Red Damask #C86A49

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.97%

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

R = 52.77%
G = 27.97%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86A49 (or 0xC86A49) is known color: Red Damask. HEX triplet: C8, 6A and 49. RGB value is (200,106,73). Sum of RGB (Red+Green+Blue) = 200+106+73=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 106 (41.80% from 255 or 27.97% from 379); Blue value is 73 (28.91% from 255 or 19.26% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A49 is #3795B6. Grayscale: #828282. Windows color (decimal): -3642807 or 4811464. OLE color: 4811464.

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

Color convert

RGB 200 106 73 -
CMYK 0 0.47 0.64 0.22
HSL 15.59º 0.54% 0.54% -
HSV(B) 15.59º 0.64% 0.78% -
XYZ 30.18 23.07 9.17 -
YUV 130.34 95.64 177.68 -
System Red Green Blue C M Y K H S L
Decimal 200 106 73 0 0.47 0.64 0.22 15.59 0.54 0.54
Hex C8 6A 49 0 2F 40 16 10 36 36
Octal 310 152 111 0 57 100 26 20 66 66
Binary 11001000 1101010 1001001 0 101111 1000000 10110 10000 110110 110110

Color Harmonies of #C86A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A49

Black with #C86A49

Text Example


Text Example

White with #C86A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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