Html Css Color HEX #C46A20 Chocolate

📋 copy color: '#C46A20'

red 196 ◦ green 106 ◦ blue 32

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

Shades of Chocolate #C46A20

Tints of Chocolate #C46A20

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.74%

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

R = 58.68%
G = 31.74%
B = 9.58%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C46A20 (or 0xC46A20) is known color: Chocolate. HEX triplet: C4, 6A and 20. RGB value is (196,106,32). Sum of RGB (Red+Green+Blue) = 196+106+32=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 106 (41.80% from 255 or 31.74% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A20 is #3B95DF. Grayscale: #7C7C7C. Windows color (decimal): -3904992 or 2124484. OLE color: 2124484.

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

Color convert

RGB 196 106 32 -
CMYK 0 0.46 0.84 0.23
HSL 27.07º 0.72% 0.45% -
HSV(B) 27.07º 0.84% 0.77% -
XYZ 28.18 22.15 4.16 -
YUV 124.47 75.82 179.02 -
System Red Green Blue C M Y K H S L
Decimal 196 106 32 0 0.46 0.84 0.23 27.07 0.72 0.45
Hex C4 6A 20 0 2E 54 17 1B 48 2D
Octal 304 152 40 0 56 124 27 33 110 55
Binary 11000100 1101010 100000 0 101110 1010100 10111 11011 1001000 101101

Color Harmonies of #C46A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C46A20

Black with #C46A20

Text Example


Text Example

White with #C46A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C46A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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