Html Css Color HEX #C86D51 Red Damask

📋 copy color: '#C86D51'

red 200 ◦ green 109 ◦ blue 81

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

Shades of Red Damask #C86D51

Tints of Red Damask #C86D51

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.95%

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

R = 51.28%
G = 27.95%
B = 20.77%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0.22

RGB Variations

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

Color information

#C86D51 (or 0xC86D51) is known color: Red Damask. HEX triplet: C8, 6D and 51. RGB value is (200,109,81). Sum of RGB (Red+Green+Blue) = 200+109+81=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 81 (32.03% from 255 or 20.77% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86D51 is #3792AE. Grayscale: #858585. Windows color (decimal): -3642031 or 5336520. OLE color: 5336520.

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

Color convert

RGB 200 109 81 -
CMYK 0 0.46 0.59 0.22
HSL 14.12º 0.52% 0.55% -
HSV(B) 14.12º 0.6% 0.78% -
XYZ 30.77 23.81 10.76 -
YUV 133.02 98.65 175.78 -
System Red Green Blue C M Y K H S L
Decimal 200 109 81 0 0.46 0.59 0.22 14.12 0.52 0.55
Hex C8 6D 51 0 2E 3B 16 E 34 37
Octal 310 155 121 0 56 73 26 16 64 67
Binary 11001000 1101101 1010001 0 101110 111011 10110 1110 110100 110111

Color Harmonies of #C86D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D51

Black with #C86D51

Text Example


Text Example

White with #C86D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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