Html Css Color HEX #C46112 Chocolate

📋 copy color: '#C46112'

red 196 ◦ green 97 ◦ blue 18

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

Shades of Chocolate #C46112

Tints of Chocolate #C46112

RGB

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

 GREEN value IS 97 (38.28% from 255) = 31.19%

 BLUE value IS 18 (7.42% from 255) = 5.79%

R = 63.02%
G = 31.19%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46112 (or 0xC46112) is known color: Chocolate. HEX triplet: C4, 61 and 12. RGB value is (196,97,18). Sum of RGB (Red+Green+Blue) = 196+97+18=311 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.02% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 196 - color contains mainly: red. Hex color #C46112 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46112 is #3B9EED. Grayscale: #767676. Windows color (decimal): -3907310 or 1204676. OLE color: 1204676.

HSL color Cylindrical-coordinate representation of color #C46112: hue angle of 26.63º degrees, saturation: 0.83, 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 #C46112 is Cyan = 0, Magento = 0.51, Yellow = 0.91 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 18 -
CMYK 0 0.51 0.91 0.23
HSL 26.63º 0.83% 0.42% -
HSV(B) 26.63º 0.91% 0.77% -
XYZ 27.15 20.33 3.07 -
YUV 117.6 71.8 183.92 -
System Red Green Blue C M Y K H S L
Decimal 196 97 18 0 0.51 0.91 0.23 26.63 0.83 0.42
Hex C4 61 12 0 33 5B 17 1B 53 2A
Octal 304 141 22 0 63 133 27 33 123 52
Binary 11000100 1100001 10010 0 110011 1011011 10111 11011 1010011 101010

Color Harmonies of #C46112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46112

Black with #C46112

Text Example


Text Example

White with #C46112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46112; }

 p { color: rgb(196,97,18); }

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

background-color css

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

 a { background-color: rgb(196,97,18); }

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

border-color css

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

 span { border-color: rgb(196,97,18); }

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