Html Css Color HEX #C46012 Chocolate

📋 copy color: '#C46012'

red 196 ◦ green 96 ◦ blue 18

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

Shades of Chocolate #C46012

Tints of Chocolate #C46012

RGB

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

 GREEN value IS 96 (37.89% from 255) = 30.97%

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

R = 63.23%
G = 30.97%
B = 5.81%

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

#C46012 (or 0xC46012) is known color: Chocolate. HEX triplet: C4, 60 and 12. RGB value is (196,96,18). Sum of RGB (Red+Green+Blue) = 196+96+18=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 96 (37.89% from 255 or 30.97% from 310); Blue value is 18 (7.42% from 255 or 5.81% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C46012 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46012 is #3B9FED. Grayscale: #757575. Windows color (decimal): -3907566 or 1204420. OLE color: 1204420.

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

Color convert

RGB 196 96 18 -
CMYK 0 0.51 0.91 0.23
HSL 26.29º 0.83% 0.42% -
HSV(B) 26.29º 0.91% 0.77% -
XYZ 27.06 20.15 3.03 -
YUV 117.01 72.13 184.34 -
System Red Green Blue C M Y K H S L
Decimal 196 96 18 0 0.51 0.91 0.23 26.29 0.83 0.42
Hex C4 60 12 0 33 5B 17 1A 53 2A
Octal 304 140 22 0 63 133 27 32 123 52
Binary 11000100 1100000 10010 0 110011 1011011 10111 11010 1010011 101010

Color Harmonies of #C46012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46012

Black with #C46012

Text Example


Text Example

White with #C46012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46012; }

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

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

background-color css

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

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

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

border-color css

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

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

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