Html Css Color HEX #C86223 Chocolate

📋 copy color: '#C86223'

red 200 ◦ green 98 ◦ blue 35

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

Shades of Chocolate #C86223

Tints of Chocolate #C86223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 29.43%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 60.06%
G = 29.43%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86223 (or 0xC86223) is known color: Chocolate. HEX triplet: C8, 62 and 23. RGB value is (200,98,35). Sum of RGB (Red+Green+Blue) = 200+98+35=333 (44% of max value = 765). Red value is 200 (78.52% from 255 or 60.06% from 333); Green value is 98 (38.67% from 255 or 29.43% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 200 - color contains mainly: red. Hex color #C86223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86223 is #379DDC. Grayscale: #797979. Windows color (decimal): -3644893 or 2319048. OLE color: 2319048.

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

Color convert

RGB 200 98 35 -
CMYK 0 0.51 0.82 0.22
HSL 22.91º 0.7% 0.46% -
HSV(B) 22.91º 0.83% 0.78% -
XYZ 28.49 21.14 4.17 -
YUV 121.32 79.29 184.12 -
System Red Green Blue C M Y K H S L
Decimal 200 98 35 0 0.51 0.82 0.22 22.91 0.7 0.46
Hex C8 62 23 0 33 52 16 17 46 2E
Octal 310 142 43 0 63 122 26 27 106 56
Binary 11001000 1100010 100011 0 110011 1010010 10110 10111 1000110 101110

Color Harmonies of #C86223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86223

Black with #C86223

Text Example


Text Example

White with #C86223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86223; }

 p { color: rgb(200,98,35); }

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

background-color css

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

 a { background-color: rgb(200,98,35); }

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

border-color css

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

 span { border-color: rgb(200,98,35); }

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