#C16E40

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

Shades of Zest #C16E40

Tints of Zest #C16E40

Color information

#C16E40 (or 0xC16E40) is unknown color: approx Zest. HEX triplet: C1, 6E and 40. RGB value is (193,110,64). Sum of RGB (Red+Green+Blue) = 193+110+64=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 64 (25.39% from 255 or 17.44% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E40 is #3E91BF. Grayscale: #818181. Windows color (decimal): -4100544 or 4222657. OLE color: 4222657.

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

Color convert

RGB19311064-
CMYK00.430.670.24
HSL21.4º50.99%50.39%-
HSV(B)21.4º66.84%75.69%-
XYZ28.4922.867.76-
YUV129.5791173.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 64 (25.39% from 255) = 17.44%
R=52.59%
G=29.97%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931106400.430.670.2421.450.9950.39
HexC16E4002B4318153332
Octal30115610005310330256362
Binary1100000111011101000000010101110000111100010101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E40; }

 p { color: rgb(193,110,64); }

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

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

 a { background-color: rgb(193,110,64); }

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

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

 span { border-color: rgb(193,110,64); }

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