#C46A41

Color #C46A41 Zest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zest #C46A41

Tints of Zest #C46A41

Color information

#C46A41 (or 0xC46A41) is unknown color: approx Zest. HEX triplet: C4, 6A and 41. RGB value is (196,106,65). Sum of RGB (Red+Green+Blue) = 196+106+65=367 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.41% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 65 (25.78% from 255 or 17.71% from 367); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A41 is #3B95BE. Grayscale: #808080. Windows color (decimal): -3904959 or 4287172. OLE color: 4287172.

HSL color Cylindrical-coordinate representation of color #C46A41: hue angle of 18.78º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C46A41 is Cyan = 0, Magento = 0.46, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB19610665-
CMYK00.460.670.23
HSL18.78º52.61%51.18%-
HSV(B)18.78º66.84%76.86%-
XYZ28.8722.437.81-
YUV128.2492.32176.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.41%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 65 (25.78% from 255) = 17.71%
R=53.41%
G=28.88%
B=17.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961066500.460.670.2318.7852.6151.18
HexC46A4102E4317133533
Octal30415210105610327236563
Binary1100010011010101000001010111010000111011110011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46A41; }

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

 H1.HeaderClassName
 {
   color: #C46A41;
 }
 .AnyTagClassName
 {
   color: #C46A41;
 }
</style>
background-color css

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

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

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

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

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

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