Html Css Color HEX #C46511 Chocolate

📋 copy color: '#C46511'

red 196 ◦ green 101 ◦ blue 17

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

Shades of Chocolate #C46511

Tints of Chocolate #C46511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.41%

R = 62.42%
G = 32.17%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46511 (or 0xC46511) is known color: Chocolate. HEX triplet: C4, 65 and 11. RGB value is (196,101,17). Sum of RGB (Red+Green+Blue) = 196+101+17=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 101 (39.84% from 255 or 32.17% from 314); Blue value is 17 (7.03% from 255 or 5.41% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46511 is #3B9AEE. Grayscale: #787878. Windows color (decimal): -3906287 or 1140164. OLE color: 1140164.

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

Color convert

RGB 196 101 17 -
CMYK 0 0.48 0.91 0.23
HSL 28.16º 0.84% 0.42% -
HSV(B) 28.16º 0.91% 0.77% -
XYZ 27.52 21.08 3.15 -
YUV 119.83 69.97 182.33 -
System Red Green Blue C M Y K H S L
Decimal 196 101 17 0 0.48 0.91 0.23 28.16 0.84 0.42
Hex C4 65 11 0 30 5B 17 1C 54 2A
Octal 304 145 21 0 60 133 27 34 124 52
Binary 11000100 1100101 10001 0 110000 1011011 10111 11100 1010100 101010

Color Harmonies of #C46511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46511

Black with #C46511

Text Example


Text Example

White with #C46511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46511; }

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

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

background-color css

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

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

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

border-color css

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

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

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