#C16A42

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

Shades of Zest #C16A42

Tints of Zest #C16A42

Color information

#C16A42 (or 0xC16A42) is unknown color: approx Zest. HEX triplet: C1, 6A and 42. RGB value is (193,106,66). Sum of RGB (Red+Green+Blue) = 193+106+66=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 66 (26.17% from 255 or 18.08% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C16A42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16A42 is #3E95BD. Grayscale: #7F7F7F. Windows color (decimal): -4101566 or 4352705. OLE color: 4352705.

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

Color convert

RGB19310666-
CMYK00.450.660.24
HSL18.9º50.6%50.78%-
HSV(B)18.9º65.8%75.69%-
XYZ28.1322.047.93-
YUV127.4593.32174.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 106 (41.80% from 255) = 29.04%
BLUE value IS 66 (26.17% from 255) = 18.08%
R=52.88%
G=29.04%
B=18.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931066600.450.660.2418.950.650.78
HexC16A4202D4218133333
Octal30115210205510230236363
Binary1100000111010101000010010110110000101100010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16A42; }

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

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

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

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

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

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

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

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