Html Css Color HEX #C86949 Red Damask

📋 copy color: '#C86949'

red 200 ◦ green 105 ◦ blue 73

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

Shades of Red Damask #C86949

Tints of Red Damask #C86949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.78%

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

R = 52.91%
G = 27.78%
B = 19.31%

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

#C86949 (or 0xC86949) is known color: Red Damask. HEX triplet: C8, 69 and 49. RGB value is (200,105,73). Sum of RGB (Red+Green+Blue) = 200+105+73=378 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.91% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 73 (28.91% from 255 or 19.31% from 378); Max value from RGB is 200 - color contains mainly: red. Hex color #C86949 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86949 is #3796B6. Grayscale: #818181. Windows color (decimal): -3643063 or 4811208. OLE color: 4811208.

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

Color convert

RGB 200 105 73 -
CMYK 0 0.48 0.64 0.22
HSL 15.12º 0.54% 0.54% -
HSV(B) 15.12º 0.64% 0.78% -
XYZ 30.07 22.86 9.13 -
YUV 129.76 95.97 178.1 -
System Red Green Blue C M Y K H S L
Decimal 200 105 73 0 0.48 0.64 0.22 15.12 0.54 0.54
Hex C8 69 49 0 30 40 16 F 36 36
Octal 310 151 111 0 60 100 26 17 66 66
Binary 11001000 1101001 1001001 0 110000 1000000 10110 1111 110110 110110

Color Harmonies of #C86949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86949

Black with #C86949

Text Example


Text Example

White with #C86949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86949; }

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

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

background-color css

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

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

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

border-color css

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

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

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