Html Css Color HEX #C86917 Chocolate

📋 copy color: '#C86917'

red 200 ◦ green 105 ◦ blue 23

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

Shades of Chocolate #C86917

Tints of Chocolate #C86917

RGB

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

 GREEN value IS 105 (41.41% from 255) = 32.01%

 BLUE value IS 23 (9.38% from 255) = 7.01%

R = 60.98%
G = 32.01%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86917 (or 0xC86917) is known color: Chocolate. HEX triplet: C8, 69 and 17. RGB value is (200,105,23). Sum of RGB (Red+Green+Blue) = 200+105+23=328 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.98% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 23 (9.38% from 255 or 7.01% from 328); Max value from RGB is 200 - color contains mainly: red. Hex color #C86917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86917 is #3796E8. Grayscale: #7C7C7C. Windows color (decimal): -3643113 or 1534408. OLE color: 1534408.

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

Color convert

RGB 200 105 23 -
CMYK 0 0.48 0.88 0.22
HSL 27.8º 0.79% 0.44% -
HSV(B) 27.8º 0.89% 0.78% -
XYZ 29.03 22.44 3.61 -
YUV 124.06 70.97 182.17 -
System Red Green Blue C M Y K H S L
Decimal 200 105 23 0 0.48 0.88 0.22 27.8 0.79 0.44
Hex C8 69 17 0 30 58 16 1C 4F 2C
Octal 310 151 27 0 60 130 26 34 117 54
Binary 11001000 1101001 10111 0 110000 1011000 10110 11100 1001111 101100

Color Harmonies of #C86917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86917

Black with #C86917

Text Example


Text Example

White with #C86917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86917; }

 p { color: rgb(200,105,23); }

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

background-color css

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

 a { background-color: rgb(200,105,23); }

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

border-color css

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

 span { border-color: rgb(200,105,23); }

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