Html Css Color HEX #C86B51 Red Damask

📋 copy color: '#C86B51'

red 200 ◦ green 107 ◦ blue 81

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

Shades of Red Damask #C86B51

Tints of Red Damask #C86B51

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

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

R = 51.55%
G = 27.58%
B = 20.88%

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

#C86B51 (or 0xC86B51) is known color: Red Damask. HEX triplet: C8, 6B and 51. RGB value is (200,107,81). Sum of RGB (Red+Green+Blue) = 200+107+81=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 81 (32.03% from 255 or 20.88% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86B51 is #3794AE. Grayscale: #848484. Windows color (decimal): -3642543 or 5336008. OLE color: 5336008.

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

Color convert

RGB 200 107 81 -
CMYK 0 0.46 0.59 0.22
HSL 13.11º 0.52% 0.55% -
HSV(B) 13.11º 0.6% 0.78% -
XYZ 30.56 23.39 10.69 -
YUV 131.84 99.31 176.61 -
System Red Green Blue C M Y K H S L
Decimal 200 107 81 0 0.46 0.59 0.22 13.11 0.52 0.55
Hex C8 6B 51 0 2E 3B 16 D 34 37
Octal 310 153 121 0 56 73 26 15 64 67
Binary 11001000 1101011 1010001 0 101110 111011 10110 1101 110100 110111

Color Harmonies of #C86B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B51

Black with #C86B51

Text Example


Text Example

White with #C86B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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