#C16A3E

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

Shades of Zest #C16A3E

Tints of Zest #C16A3E

Color information

#C16A3E (or 0xC16A3E) is unknown color: approx Zest. HEX triplet: C1, 6A and 3E. RGB value is (193,106,62). Sum of RGB (Red+Green+Blue) = 193+106+62=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A3E is #3E95C1. Grayscale: #7F7F7F. Windows color (decimal): -4101570 or 4090561. OLE color: 4090561.

HSL color Cylindrical-coordinate representation of color #C16A3E: hue angle of 20.15º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C16A3E is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19310662-
CMYK00.450.680.24
HSL20.15º51.37%50%-
HSV(B)20.15º67.88%75.69%-
XYZ28.0221.997.33-
YUV12791.32175.08-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 62 (24.61% from 255) = 17.17%
R=53.46%
G=29.36%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931066200.450.680.2420.1551.3750
HexC16A3E02D4418143332
Octal3011527605510430246362
Binary110000011101010111110010110110001001100010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A3E; }

 p { color: rgb(193,106,62); }

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

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

 a { background-color: rgb(193,106,62); }

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

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

 span { border-color: rgb(193,106,62); }

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