Html Css Color HEX #C86A51 Red Damask

📋 copy color: '#C86A51'

red 200 ◦ green 106 ◦ blue 81

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

Shades of Red Damask #C86A51

Tints of Red Damask #C86A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 20.93%

R = 51.68%
G = 27.39%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C86A51 (or 0xC86A51) is known color: Red Damask. HEX triplet: C8, 6A and 51. RGB value is (200,106,81). Sum of RGB (Red+Green+Blue) = 200+106+81=387 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.68% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 81 (32.03% from 255 or 20.93% from 387); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86A51 is #3795AE. Grayscale: #838383. Windows color (decimal): -3642799 or 5335752. OLE color: 5335752.

HSL color Cylindrical-coordinate representation of color #C86A51: hue angle of 12.61º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C86A51 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 81 -
CMYK 0 0.47 0.59 0.22
HSL 12.61º 0.52% 0.55% -
HSV(B) 12.61º 0.6% 0.78% -
XYZ 30.46 23.18 10.65 -
YUV 131.26 99.64 177.03 -
System Red Green Blue C M Y K H S L
Decimal 200 106 81 0 0.47 0.59 0.22 12.61 0.52 0.55
Hex C8 6A 51 0 2F 3B 16 D 34 37
Octal 310 152 121 0 57 73 26 15 64 67
Binary 11001000 1101010 1010001 0 101111 111011 10110 1101 110100 110111

Color Harmonies of #C86A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A51

Black with #C86A51

Text Example


Text Example

White with #C86A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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