#C46E3F

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

Shades of Zest #C46E3F

Tints of Zest #C46E3F

Color information

#C46E3F (or 0xC46E3F) is unknown color: approx Zest. HEX triplet: C4, 6E and 3F. RGB value is (196,110,63). Sum of RGB (Red+Green+Blue) = 196+110+63=369 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.12% from 369); Green value is 110 (43.36% from 255 or 29.81% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E3F is #3B91C0. Grayscale: #828282. Windows color (decimal): -3903937 or 4157124. OLE color: 4157124.

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

Color convert

RGB19611063-
CMYK00.440.680.23
HSL21.2º52.99%50.78%-
HSV(B)21.2º67.86%76.86%-
XYZ29.2423.257.65-
YUV130.3689.99174.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 53.12%
GREEN value IS 110 (43.36% from 255) = 29.81%
BLUE value IS 63 (25% from 255) = 17.07%
R=53.12%
G=29.81%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961106300.440.680.2321.252.9950.78
HexC46E3F02C4417153533
Octal3041567705410427256563
Binary110001001101110111111010110010001001011110101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46E3F; }

 p { color: rgb(196,110,63); }

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

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

 a { background-color: rgb(196,110,63); }

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

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

 span { border-color: rgb(196,110,63); }

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