Html Css Color HEX #C86C49 Red Damask

📋 copy color: '#C86C49'

red 200 ◦ green 108 ◦ blue 73

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

Shades of Red Damask #C86C49

Tints of Red Damask #C86C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.35%

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

R = 52.49%
G = 28.35%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C86C49 (or 0xC86C49) is known color: Red Damask. HEX triplet: C8, 6C and 49. RGB value is (200,108,73). Sum of RGB (Red+Green+Blue) = 200+108+73=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 73 (28.91% from 255 or 19.16% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C49 is #3793B6. Grayscale: #838383. Windows color (decimal): -3642295 or 4811976. OLE color: 4811976.

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

Color convert

RGB 200 108 73 -
CMYK 0 0.46 0.64 0.22
HSL 16.54º 0.54% 0.54% -
HSV(B) 16.54º 0.64% 0.78% -
XYZ 30.38 23.49 9.24 -
YUV 131.52 94.98 176.85 -
System Red Green Blue C M Y K H S L
Decimal 200 108 73 0 0.46 0.64 0.22 16.54 0.54 0.54
Hex C8 6C 49 0 2E 40 16 11 36 36
Octal 310 154 111 0 56 100 26 21 66 66
Binary 11001000 1101100 1001001 0 101110 1000000 10110 10001 110110 110110

Color Harmonies of #C86C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C49

Black with #C86C49

Text Example


Text Example

White with #C86C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C49; }

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

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

background-color css

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

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

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

border-color css

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

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

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