Html Css Color HEX #C86519 Chocolate

📋 copy color: '#C86519'

red 200 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C86519

Tints of Chocolate #C86519

RGB

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

 GREEN value IS 101 (39.84% from 255) = 30.98%

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

R = 61.35%
G = 30.98%
B = 7.67%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C86519 (or 0xC86519) is known color: Chocolate. HEX triplet: C8, 65 and 19. RGB value is (200,101,25). Sum of RGB (Red+Green+Blue) = 200+101+25=326 (43% of max value = 765). Red value is 200 (78.52% from 255 or 61.35% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 25 (10.16% from 255 or 7.67% from 326); Max value from RGB is 200 - color contains mainly: red. Hex color #C86519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C86519 is #379AE6. Grayscale: #7A7A7A. Windows color (decimal): -3644135 or 1664456. OLE color: 1664456.

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

Color convert

RGB 200 101 25 -
CMYK 0 0.49 0.88 0.22
HSL 26.06º 0.78% 0.44% -
HSV(B) 26.06º 0.88% 0.78% -
XYZ 28.65 21.66 3.59 -
YUV 121.94 73.3 183.68 -
System Red Green Blue C M Y K H S L
Decimal 200 101 25 0 0.49 0.88 0.22 26.06 0.78 0.44
Hex C8 65 19 0 31 58 16 1A 4E 2C
Octal 310 145 31 0 61 130 26 32 116 54
Binary 11001000 1100101 11001 0 110001 1011000 10110 11010 1001110 101100

Color Harmonies of #C86519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86519

Black with #C86519

Text Example


Text Example

White with #C86519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86519; }

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

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

background-color css

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

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

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

border-color css

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

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

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