Html Css Color HEX #C46A12 Chocolate

📋 copy color: '#C46A12'

red 196 ◦ green 106 ◦ blue 18

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

Shades of Chocolate #C46A12

Tints of Chocolate #C46A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

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

R = 61.25%
G = 33.13%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46A12 (or 0xC46A12) is known color: Chocolate. HEX triplet: C4, 6A and 12. RGB value is (196,106,18). Sum of RGB (Red+Green+Blue) = 196+106+18=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 18 (7.42% from 255 or 5.62% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46A12 is #3B95ED. Grayscale: #7B7B7B. Windows color (decimal): -3905006 or 1206980. OLE color: 1206980.

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

Color convert

RGB 196 106 18 -
CMYK 0 0.46 0.91 0.23
HSL 29.66º 0.83% 0.42% -
HSV(B) 29.66º 0.91% 0.77% -
XYZ 28.03 22.09 3.36 -
YUV 122.88 68.82 180.16 -
System Red Green Blue C M Y K H S L
Decimal 196 106 18 0 0.46 0.91 0.23 29.66 0.83 0.42
Hex C4 6A 12 0 2E 5B 17 1E 53 2A
Octal 304 152 22 0 56 133 27 36 123 52
Binary 11000100 1101010 10010 0 101110 1011011 10111 11110 1010011 101010

Color Harmonies of #C46A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A12

Black with #C46A12

Text Example


Text Example

White with #C46A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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