Html Css Color HEX #C46B20 Chocolate

📋 copy color: '#C46B20'

red 196 ◦ green 107 ◦ blue 32

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

Shades of Chocolate #C46B20

Tints of Chocolate #C46B20

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.94%

 BLUE value IS 32 (12.89% from 255) = 9.55%

R = 58.51%
G = 31.94%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46B20 (or 0xC46B20) is known color: Chocolate. HEX triplet: C4, 6B and 20. RGB value is (196,107,32). Sum of RGB (Red+Green+Blue) = 196+107+32=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 32 (12.89% from 255 or 9.55% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B20 is #3B94DF. Grayscale: #7D7D7D. Windows color (decimal): -3904736 or 2124740. OLE color: 2124740.

HSL color Cylindrical-coordinate representation of color #C46B20: hue angle of 27.44º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C46B20 is Cyan = 0, Magento = 0.45, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 107 32 -
CMYK 0 0.45 0.84 0.23
HSL 27.44º 0.72% 0.45% -
HSV(B) 27.44º 0.84% 0.77% -
XYZ 28.28 22.36 4.19 -
YUV 125.06 75.49 178.6 -
System Red Green Blue C M Y K H S L
Decimal 196 107 32 0 0.45 0.84 0.23 27.44 0.72 0.45
Hex C4 6B 20 0 2D 54 17 1B 48 2D
Octal 304 153 40 0 55 124 27 33 110 55
Binary 11000100 1101011 100000 0 101101 1010100 10111 11011 1001000 101101

Color Harmonies of #C46B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46B20

Black with #C46B20

Text Example


Text Example

White with #C46B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46B20; }

 p { color: rgb(196,107,32); }

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

background-color css

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

 a { background-color: rgb(196,107,32); }

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

border-color css

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

 span { border-color: rgb(196,107,32); }

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