#C16A40

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

Shades of Zest #C16A40

Tints of Zest #C16A40

Color information

#C16A40 (or 0xC16A40) is unknown color: approx Zest. HEX triplet: C1, 6A and 40. RGB value is (193,106,64). Sum of RGB (Red+Green+Blue) = 193+106+64=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 64 (25.39% from 255 or 17.63% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A40 is #3E95BF. Grayscale: #7F7F7F. Windows color (decimal): -4101568 or 4221633. OLE color: 4221633.

HSL color Cylindrical-coordinate representation of color #C16A40: hue angle of 19.53º 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 #C16A40 is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB19310664-
CMYK00.450.670.24
HSL19.53º50.99%50.39%-
HSV(B)19.53º66.84%75.69%-
XYZ28.0722.027.62-
YUV127.2292.32174.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 64 (25.39% from 255) = 17.63%
R=53.17%
G=29.20%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931066400.450.670.2419.5350.9950.39
HexC16A4002D4318143332
Octal30115210005510330246362
Binary1100000111010101000000010110110000111100010100110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A40; }

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

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

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

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

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

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

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

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