Html Css Color HEX #C86321 Chocolate

📋 copy color: '#C86321'

red 200 ◦ green 99 ◦ blue 33

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

Shades of Chocolate #C86321

Tints of Chocolate #C86321

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.82%

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

R = 60.24%
G = 29.82%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C86321 (or 0xC86321) is known color: Chocolate. HEX triplet: C8, 63 and 21. RGB value is (200,99,33). Sum of RGB (Red+Green+Blue) = 200+99+33=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 33 (13.28% from 255 or 9.94% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C86321 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86321 is #379CDE. Grayscale: #7A7A7A. Windows color (decimal): -3644639 or 2188232. OLE color: 2188232.

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

Color convert

RGB 200 99 33 -
CMYK 0 0.50 0.84 0.22
HSL 23.71º 0.72% 0.46% -
HSV(B) 23.71º 0.84% 0.78% -
XYZ 28.56 21.31 4.05 -
YUV 121.68 77.96 183.87 -
System Red Green Blue C M Y K H S L
Decimal 200 99 33 0 0.50 0.84 0.22 23.71 0.72 0.46
Hex C8 63 21 0 32 54 16 18 48 2E
Octal 310 143 41 0 62 124 26 30 110 56
Binary 11001000 1100011 100001 0 110010 1010100 10110 11000 1001000 101110

Color Harmonies of #C86321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86321

Black with #C86321

Text Example


Text Example

White with #C86321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86321; }

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

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

background-color css

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

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

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

border-color css

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

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

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