Html Css Color HEX #C86218 Chocolate

📋 copy color: '#C86218'

red 200 ◦ green 98 ◦ blue 24

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

Shades of Chocolate #C86218

Tints of Chocolate #C86218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.45%

R = 62.11%
G = 30.43%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86218 (or 0xC86218) is known color: Chocolate. HEX triplet: C8, 62 and 18. RGB value is (200,98,24). Sum of RGB (Red+Green+Blue) = 200+98+24=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 24 (9.77% from 255 or 7.45% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C86218 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86218 is #379DE7. Grayscale: #787878. Windows color (decimal): -3644904 or 1598152. OLE color: 1598152.

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

Color convert

RGB 200 98 24 -
CMYK 0 0.51 0.88 0.22
HSL 25.23º 0.79% 0.44% -
HSV(B) 25.23º 0.88% 0.78% -
XYZ 28.35 21.08 3.44 -
YUV 120.06 73.79 185.02 -
System Red Green Blue C M Y K H S L
Decimal 200 98 24 0 0.51 0.88 0.22 25.23 0.79 0.44
Hex C8 62 18 0 33 58 16 19 4F 2C
Octal 310 142 30 0 63 130 26 31 117 54
Binary 11001000 1100010 11000 0 110011 1011000 10110 11001 1001111 101100

Color Harmonies of #C86218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86218

Black with #C86218

Text Example


Text Example

White with #C86218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86218; }

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

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

background-color css

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

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

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

border-color css

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

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

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