Html Css Color HEX #C46114 Chocolate

📋 copy color: '#C46114'

red 196 ◦ green 97 ◦ blue 20

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

Shades of Chocolate #C46114

Tints of Chocolate #C46114

RGB

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

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 20 (8.2% from 255) = 6.39%

R = 62.62%
G = 30.99%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C46114 (or 0xC46114) is known color: Chocolate. HEX triplet: C4, 61 and 14. RGB value is (196,97,20). Sum of RGB (Red+Green+Blue) = 196+97+20=313 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.62% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 20 (8.20% from 255 or 6.39% from 313); Max value from RGB is 196 - color contains mainly: red. Hex color #C46114 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46114 is #3B9EEB. Grayscale: #767676. Windows color (decimal): -3907308 or 1335748. OLE color: 1335748.

HSL color Cylindrical-coordinate representation of color #C46114: hue angle of 26.25º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C46114 is Cyan = 0, Magento = 0.51, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 20 -
CMYK 0 0.51 0.90 0.23
HSL 26.25º 0.81% 0.42% -
HSV(B) 26.25º 0.9% 0.77% -
XYZ 27.17 20.34 3.16 -
YUV 117.82 72.8 183.76 -
System Red Green Blue C M Y K H S L
Decimal 196 97 20 0 0.51 0.90 0.23 26.25 0.81 0.42
Hex C4 61 14 0 33 5A 17 1A 51 2A
Octal 304 141 24 0 63 132 27 32 121 52
Binary 11000100 1100001 10100 0 110011 1011010 10111 11010 1010001 101010

Color Harmonies of #C46114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46114

Black with #C46114

Text Example


Text Example

White with #C46114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46114; }

 p { color: rgb(196,97,20); }

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

background-color css

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

 a { background-color: rgb(196,97,20); }

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

border-color css

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

 span { border-color: rgb(196,97,20); }

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