Html Css Color HEX #C46519 Chocolate

📋 copy color: '#C46519'

red 196 ◦ green 101 ◦ blue 25

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

Shades of Chocolate #C46519

Tints of Chocolate #C46519

RGB

 RED value IS 196 (76.95% from 255) = 60.87%

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

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

R = 60.87%
G = 31.37%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C46519 (or 0xC46519) is known color: Chocolate. HEX triplet: C4, 65 and 19. RGB value is (196,101,25). Sum of RGB (Red+Green+Blue) = 196+101+25=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 101 (39.84% from 255 or 31.37% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C46519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46519 is #3B9AE6. Grayscale: #797979. Windows color (decimal): -3906279 or 1664452. OLE color: 1664452.

HSL color Cylindrical-coordinate representation of color #C46519: hue angle of 26.67º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C46519 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 101 25 -
CMYK 0 0.48 0.87 0.23
HSL 26.67º 0.77% 0.43% -
HSV(B) 26.67º 0.87% 0.77% -
XYZ 27.59 21.11 3.54 -
YUV 120.74 73.97 181.68 -
System Red Green Blue C M Y K H S L
Decimal 196 101 25 0 0.48 0.87 0.23 26.67 0.77 0.43
Hex C4 65 19 0 30 57 17 1B 4D 2B
Octal 304 145 31 0 60 127 27 33 115 53
Binary 11000100 1100101 11001 0 110000 1010111 10111 11011 1001101 101011

Color Harmonies of #C46519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46519

Black with #C46519

Text Example


Text Example

White with #C46519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46519; }

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

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

background-color css

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

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

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

border-color css

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

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

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