Html Css Color HEX #C86C27 Chocolate

📋 copy color: '#C86C27'

red 200 ◦ green 108 ◦ blue 39

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

Shades of Chocolate #C86C27

Tints of Chocolate #C86C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.24%

R = 57.64%
G = 31.12%
B = 11.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C86C27 (or 0xC86C27) is known color: Chocolate. HEX triplet: C8, 6C and 27. RGB value is (200,108,39). Sum of RGB (Red+Green+Blue) = 200+108+39=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 108 (42.58% from 255 or 31.12% from 347); Blue value is 39 (15.62% from 255 or 11.24% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C27 is #3793D8. Grayscale: #808080. Windows color (decimal): -3642329 or 2583752. OLE color: 2583752.

HSL color Cylindrical-coordinate representation of color #C86C27: hue angle of 25.71º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86C27 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 108 39 -
CMYK 0 0.46 0.80 0.22
HSL 25.71º 0.67% 0.47% -
HSV(B) 25.71º 0.81% 0.78% -
XYZ 29.55 23.15 4.83 -
YUV 127.64 77.98 179.61 -
System Red Green Blue C M Y K H S L
Decimal 200 108 39 0 0.46 0.80 0.22 25.71 0.67 0.47
Hex C8 6C 27 0 2E 50 16 1A 43 2F
Octal 310 154 47 0 56 120 26 32 103 57
Binary 11001000 1101100 100111 0 101110 1010000 10110 11010 1000011 101111

Color Harmonies of #C86C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C27

Black with #C86C27

Text Example


Text Example

White with #C86C27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C27; }

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

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

background-color css

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

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

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

border-color css

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

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

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