Html Css Color HEX #C46812 Chocolate

📋 copy color: '#C46812'

red 196 ◦ green 104 ◦ blue 18

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

Shades of Chocolate #C46812

Tints of Chocolate #C46812

RGB

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

 GREEN value IS 104 (41.02% from 255) = 32.7%

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

R = 61.64%
G = 32.7%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C46812 (or 0xC46812) is known color: Chocolate. HEX triplet: C4, 68 and 12. RGB value is (196,104,18). Sum of RGB (Red+Green+Blue) = 196+104+18=318 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.64% from 318); Green value is 104 (41.02% from 255 or 32.70% from 318); Blue value is 18 (7.42% from 255 or 5.66% from 318); Max value from RGB is 196 - color contains mainly: red. Hex color #C46812 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46812 is #3B97ED. Grayscale: #7A7A7A. Windows color (decimal): -3905518 or 1206468. OLE color: 1206468.

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

Color convert

RGB 196 104 18 -
CMYK 0 0.47 0.91 0.23
HSL 28.99º 0.83% 0.42% -
HSV(B) 28.99º 0.91% 0.77% -
XYZ 27.82 21.68 3.29 -
YUV 121.7 69.48 180.99 -
System Red Green Blue C M Y K H S L
Decimal 196 104 18 0 0.47 0.91 0.23 28.99 0.83 0.42
Hex C4 68 12 0 2F 5B 17 1D 53 2A
Octal 304 150 22 0 57 133 27 35 123 52
Binary 11000100 1101000 10010 0 101111 1011011 10111 11101 1010011 101010

Color Harmonies of #C46812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46812

Black with #C46812

Text Example


Text Example

White with #C46812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46812; }

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

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

background-color css

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

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

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

border-color css

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

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

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