Html Css Color HEX #C86C21 Chocolate

📋 copy color: '#C86C21'

red 200 ◦ green 108 ◦ blue 33

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

Shades of Chocolate #C86C21

Tints of Chocolate #C86C21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.68%

R = 58.65%
G = 31.67%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86C21 (or 0xC86C21) is known color: Chocolate. HEX triplet: C8, 6C and 21. RGB value is (200,108,33). Sum of RGB (Red+Green+Blue) = 200+108+33=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 108 (42.58% from 255 or 31.67% from 341); Blue value is 33 (13.28% from 255 or 9.68% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C86C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86C21 is #3793DE. Grayscale: #7F7F7F. Windows color (decimal): -3642335 or 2190536. OLE color: 2190536.

HSL color Cylindrical-coordinate representation of color #C86C21: hue angle of 26.95º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C86C21 is Cyan = 0, Magento = 0.46, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 108 33 -
CMYK 0 0.46 0.84 0.22
HSL 26.95º 0.72% 0.46% -
HSV(B) 26.95º 0.84% 0.78% -
XYZ 29.46 23.11 4.35 -
YUV 126.96 74.98 180.1 -
System Red Green Blue C M Y K H S L
Decimal 200 108 33 0 0.46 0.84 0.22 26.95 0.72 0.46
Hex C8 6C 21 0 2E 54 16 1B 48 2E
Octal 310 154 41 0 56 124 26 33 110 56
Binary 11001000 1101100 100001 0 101110 1010100 10110 11011 1001000 101110

Color Harmonies of #C86C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86C21

Black with #C86C21

Text Example


Text Example

White with #C86C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86C21; }

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

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

background-color css

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

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

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

border-color css

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

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

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