Html Css Color HEX #C86423 Chocolate

📋 copy color: '#C86423'

red 200 ◦ green 100 ◦ blue 35

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

Shades of Chocolate #C86423

Tints of Chocolate #C86423

RGB

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

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

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

R = 59.7%
G = 29.85%
B = 10.45%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C86423 (or 0xC86423) is known color: Chocolate. HEX triplet: C8, 64 and 23. RGB value is (200,100,35). Sum of RGB (Red+Green+Blue) = 200+100+35=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 35 (14.06% from 255 or 10.45% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86423 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86423 is #379BDC. Grayscale: #7A7A7A. Windows color (decimal): -3644381 or 2319560. OLE color: 2319560.

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

Color convert

RGB 200 100 35 -
CMYK 0 0.5 0.82 0.22
HSL 23.64º 0.7% 0.46% -
HSV(B) 23.64º 0.83% 0.78% -
XYZ 28.68 21.52 4.23 -
YUV 122.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 200 100 35 0 0.5 0.82 0.22 23.64 0.7 0.46
Hex C8 64 23 0 32 52 16 18 46 2E
Octal 310 144 43 0 62 122 26 30 106 56
Binary 11001000 1100100 100011 0 110010 1010010 10110 11000 1000110 101110

Color Harmonies of #C86423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86423

Black with #C86423

Text Example


Text Example

White with #C86423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86423; }

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

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

background-color css

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

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

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

border-color css

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

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

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