Html Css Color HEX #C46215 Chocolate

📋 copy color: '#C46215'

red 196 ◦ green 98 ◦ blue 21

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

Shades of Chocolate #C46215

Tints of Chocolate #C46215

RGB

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

 GREEN value IS 98 (38.67% from 255) = 31.11%

 BLUE value IS 21 (8.59% from 255) = 6.67%

R = 62.22%
G = 31.11%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C46215 (or 0xC46215) is known color: Chocolate. HEX triplet: C4, 62 and 15. RGB value is (196,98,21). Sum of RGB (Red+Green+Blue) = 196+98+21=315 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.22% from 315); Green value is 98 (38.67% from 255 or 31.11% from 315); Blue value is 21 (8.59% from 255 or 6.67% from 315); Max value from RGB is 196 - color contains mainly: red. Hex color #C46215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C46215 is #3B9DEA. Grayscale: #767676. Windows color (decimal): -3907051 or 1401540. OLE color: 1401540.

HSL color Cylindrical-coordinate representation of color #C46215: hue angle of 26.4º degrees, saturation: 0.81, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C46215 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 98 21 -
CMYK 0 0.5 0.89 0.23
HSL 26.4º 0.81% 0.43% -
HSV(B) 26.4º 0.89% 0.77% -
XYZ 27.27 20.53 3.23 -
YUV 118.52 72.97 183.26 -
System Red Green Blue C M Y K H S L
Decimal 196 98 21 0 0.5 0.89 0.23 26.4 0.81 0.43
Hex C4 62 15 0 32 59 17 1A 51 2B
Octal 304 142 25 0 62 131 27 32 121 53
Binary 11000100 1100010 10101 0 110010 1011001 10111 11010 1010001 101011

Color Harmonies of #C46215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46215

Black with #C46215

Text Example


Text Example

White with #C46215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46215; }

 p { color: rgb(196,98,21); }

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

background-color css

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

 a { background-color: rgb(196,98,21); }

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

border-color css

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

 span { border-color: rgb(196,98,21); }

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