Html Css Color HEX #C46512 Chocolate

📋 copy color: '#C46512'

red 196 ◦ green 101 ◦ blue 18

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

Shades of Chocolate #C46512

Tints of Chocolate #C46512

RGB

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

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

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

R = 62.22%
G = 32.06%
B = 5.71%

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

#C46512 (or 0xC46512) is known color: Chocolate. HEX triplet: C4, 65 and 12. RGB value is (196,101,18). Sum of RGB (Red+Green+Blue) = 196+101+18=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 101 (39.84% from 255 or 32.06% from 315); Blue value is 18 (7.42% from 255 or 5.71% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46512 is #3B9AED. Grayscale: #787878. Windows color (decimal): -3906286 or 1205700. OLE color: 1205700.

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

Color convert

RGB 196 101 18 -
CMYK 0 0.48 0.91 0.23
HSL 27.98º 0.83% 0.42% -
HSV(B) 27.98º 0.91% 0.77% -
XYZ 27.53 21.09 3.19 -
YUV 119.94 70.47 182.25 -
System Red Green Blue C M Y K H S L
Decimal 196 101 18 0 0.48 0.91 0.23 27.98 0.83 0.42
Hex C4 65 12 0 30 5B 17 1C 53 2A
Octal 304 145 22 0 60 133 27 34 123 52
Binary 11000100 1100101 10010 0 110000 1011011 10111 11100 1010011 101010

Color Harmonies of #C46512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46512

Black with #C46512

Text Example


Text Example

White with #C46512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46512; }

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

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

background-color css

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

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

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

border-color css

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

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

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