Html Css Color HEX #C86319 Chocolate

📋 copy color: '#C86319'

red 200 ◦ green 99 ◦ blue 25

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

Shades of Chocolate #C86319

Tints of Chocolate #C86319

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.56%

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

R = 61.73%
G = 30.56%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86319 (or 0xC86319) is known color: Chocolate. HEX triplet: C8, 63 and 19. RGB value is (200,99,25). Sum of RGB (Red+Green+Blue) = 200+99+25=324 (42% of max value = 765). Red value is 200 (78.52% from 255 or 61.73% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 25 (10.16% from 255 or 7.72% from 324); Max value from RGB is 200 - color contains mainly: red. Hex color #C86319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86319 is #379CE6. Grayscale: #797979. Windows color (decimal): -3644647 or 1663944. OLE color: 1663944.

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

Color convert

RGB 200 99 25 -
CMYK 0 0.50 0.88 0.22
HSL 25.37º 0.78% 0.44% -
HSV(B) 25.37º 0.88% 0.78% -
XYZ 28.46 21.27 3.53 -
YUV 120.76 73.96 184.52 -
System Red Green Blue C M Y K H S L
Decimal 200 99 25 0 0.50 0.88 0.22 25.37 0.78 0.44
Hex C8 63 19 0 32 58 16 19 4E 2C
Octal 310 143 31 0 62 130 26 31 116 54
Binary 11001000 1100011 11001 0 110010 1011000 10110 11001 1001110 101100

Color Harmonies of #C86319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86319

Black with #C86319

Text Example


Text Example

White with #C86319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86319; }

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

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

background-color css

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

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

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

border-color css

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

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

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