Html Css Color HEX #C46D12 Chocolate

📋 copy color: '#C46D12'

red 196 ◦ green 109 ◦ blue 18

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

Shades of Chocolate #C46D12

Tints of Chocolate #C46D12

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

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

R = 60.68%
G = 33.75%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46D12 (or 0xC46D12) is known color: Chocolate. HEX triplet: C4, 6D and 12. RGB value is (196,109,18). Sum of RGB (Red+Green+Blue) = 196+109+18=323 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.68% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 18 (7.42% from 255 or 5.57% from 323); Max value from RGB is 196 - color contains mainly: red. Hex color #C46D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46D12 is #3B92ED. Grayscale: #7D7D7D. Windows color (decimal): -3904238 or 1207748. OLE color: 1207748.

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

Color convert

RGB 196 109 18 -
CMYK 0 0.44 0.91 0.23
HSL 30.67º 0.83% 0.42% -
HSV(B) 30.67º 0.91% 0.77% -
XYZ 28.34 22.72 3.46 -
YUV 124.64 67.82 178.9 -
System Red Green Blue C M Y K H S L
Decimal 196 109 18 0 0.44 0.91 0.23 30.67 0.83 0.42
Hex C4 6D 12 0 2C 5B 17 1F 53 2A
Octal 304 155 22 0 54 133 27 37 123 52
Binary 11000100 1101101 10010 0 101100 1011011 10111 11111 1010011 101010

Color Harmonies of #C46D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46D12

Black with #C46D12

Text Example


Text Example

White with #C46D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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