Html Css Color HEX #C86D19 Chocolate

📋 copy color: '#C86D19'

red 200 ◦ green 109 ◦ blue 25

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

Shades of Chocolate #C86D19

Tints of Chocolate #C86D19

RGB

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

 GREEN value IS 109 (42.97% from 255) = 32.63%

 BLUE value IS 25 (10.16% from 255) = 7.49%

R = 59.88%
G = 32.63%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86D19 (or 0xC86D19) is known color: Chocolate. HEX triplet: C8, 6D and 19. RGB value is (200,109,25). Sum of RGB (Red+Green+Blue) = 200+109+25=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 109 (42.97% from 255 or 32.63% from 334); Blue value is 25 (10.16% from 255 or 7.49% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C86D19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86D19 is #3792E6. Grayscale: #7F7F7F. Windows color (decimal): -3642087 or 1666504. OLE color: 1666504.

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

Color convert

RGB 200 109 25 -
CMYK 0 0.46 0.88 0.22
HSL 28.8º 0.78% 0.44% -
HSV(B) 28.8º 0.88% 0.78% -
XYZ 29.46 23.29 3.86 -
YUV 126.63 70.65 180.33 -
System Red Green Blue C M Y K H S L
Decimal 200 109 25 0 0.46 0.88 0.22 28.8 0.78 0.44
Hex C8 6D 19 0 2E 58 16 1D 4E 2C
Octal 310 155 31 0 56 130 26 35 116 54
Binary 11001000 1101101 11001 0 101110 1011000 10110 11101 1001110 101100

Color Harmonies of #C86D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86D19

Black with #C86D19

Text Example


Text Example

White with #C86D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86D19; }

 p { color: rgb(200,109,25); }

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

background-color css

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

 a { background-color: rgb(200,109,25); }

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

border-color css

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

 span { border-color: rgb(200,109,25); }

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