Html Css Color HEX #C46412 Chocolate

📋 copy color: '#C46412'

red 196 ◦ green 100 ◦ blue 18

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

Shades of Chocolate #C46412

Tints of Chocolate #C46412

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.85%

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

R = 62.42%
G = 31.85%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46412 (or 0xC46412) is known color: Chocolate. HEX triplet: C4, 64 and 12. RGB value is (196,100,18). Sum of RGB (Red+Green+Blue) = 196+100+18=314 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.42% from 314); Green value is 100 (39.45% from 255 or 31.85% from 314); Blue value is 18 (7.42% from 255 or 5.73% from 314); Max value from RGB is 196 - color contains mainly: red. Hex color #C46412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46412 is #3B9BED. Grayscale: #777777. Windows color (decimal): -3906542 or 1205444. OLE color: 1205444.

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

Color convert

RGB 196 100 18 -
CMYK 0 0.49 0.91 0.23
HSL 27.64º 0.83% 0.42% -
HSV(B) 27.64º 0.91% 0.77% -
XYZ 27.43 20.89 3.16 -
YUV 119.36 70.8 182.67 -
System Red Green Blue C M Y K H S L
Decimal 196 100 18 0 0.49 0.91 0.23 27.64 0.83 0.42
Hex C4 64 12 0 31 5B 17 1C 53 2A
Octal 304 144 22 0 61 133 27 34 123 52
Binary 11000100 1100100 10010 0 110001 1011011 10111 11100 1010011 101010

Color Harmonies of #C46412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46412

Black with #C46412

Text Example


Text Example

White with #C46412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46412; }

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

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

background-color css

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

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

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

border-color css

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

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

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