Html Css Color HEX #C86A1B Chocolate

📋 copy color: '#C86A1B'

red 200 ◦ green 106 ◦ blue 27

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

Shades of Chocolate #C86A1B

Tints of Chocolate #C86A1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.11%

R = 60.06%
G = 31.83%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C86A1B (or 0xC86A1B) is known color: Chocolate. HEX triplet: C8, 6A and 1B. RGB value is (200,106,27). Sum of RGB (Red+Green+Blue) = 200+106+27=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 106 (41.80% from 255 or 31.83% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C86A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86A1B is #3795E4. Grayscale: #7D7D7D. Windows color (decimal): -3642853 or 1796808. OLE color: 1796808.

HSL color Cylindrical-coordinate representation of color #C86A1B: hue angle of 27.4º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C86A1B is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 106 27 -
CMYK 0 0.47 0.86 0.22
HSL 27.4º 0.76% 0.45% -
HSV(B) 27.4º 0.87% 0.78% -
XYZ 29.17 22.67 3.87 -
YUV 125.1 72.64 181.42 -
System Red Green Blue C M Y K H S L
Decimal 200 106 27 0 0.47 0.86 0.22 27.4 0.76 0.45
Hex C8 6A 1B 0 2F 56 16 1B 4C 2D
Octal 310 152 33 0 57 126 26 33 114 55
Binary 11001000 1101010 11011 0 101111 1010110 10110 11011 1001100 101101

Color Harmonies of #C86A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86A1B

Black with #C86A1B

Text Example


Text Example

White with #C86A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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