Html Css Color HEX #C86421 Chocolate

📋 copy color: '#C86421'

red 200 ◦ green 100 ◦ blue 33

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

Shades of Chocolate #C86421

Tints of Chocolate #C86421

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.03%

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

R = 60.06%
G = 30.03%
B = 9.91%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86421 (or 0xC86421) is known color: Chocolate. HEX triplet: C8, 64 and 21. RGB value is (200,100,33). Sum of RGB (Red+Green+Blue) = 200+100+33=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 100 (39.45% from 255 or 30.03% from 333); Blue value is 33 (13.28% from 255 or 9.91% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C86421 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86421 is #379BDE. Grayscale: #7A7A7A. Windows color (decimal): -3644383 or 2188488. OLE color: 2188488.

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

Color convert

RGB 200 100 33 -
CMYK 0 0.5 0.84 0.22
HSL 24.07º 0.72% 0.46% -
HSV(B) 24.07º 0.84% 0.78% -
XYZ 28.65 21.5 4.08 -
YUV 122.26 77.63 183.45 -
System Red Green Blue C M Y K H S L
Decimal 200 100 33 0 0.5 0.84 0.22 24.07 0.72 0.46
Hex C8 64 21 0 32 54 16 18 48 2E
Octal 310 144 41 0 62 124 26 30 110 56
Binary 11001000 1100100 100001 0 110010 1010100 10110 11000 1001000 101110

Color Harmonies of #C86421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86421

Black with #C86421

Text Example


Text Example

White with #C86421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86421; }

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

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

background-color css

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

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

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

border-color css

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

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

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