#C16C42

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

Shades of Zest #C16C42

Tints of Zest #C16C42

Color information

#C16C42 (or 0xC16C42) is unknown color: approx Zest. HEX triplet: C1, 6C and 42. RGB value is (193,108,66). Sum of RGB (Red+Green+Blue) = 193+108+66=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 108 (42.58% from 255 or 29.43% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C16C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16C42 is #3E93BD. Grayscale: #808080. Windows color (decimal): -4101054 or 4353217. OLE color: 4353217.

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

Color convert

RGB19310866-
CMYK00.440.660.24
HSL19.84º50.6%50.78%-
HSV(B)19.84º65.8%75.69%-
XYZ28.3422.468-
YUV128.6392.66173.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 108 (42.58% from 255) = 29.43%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=52.59%
G=29.43%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931086600.440.660.2419.8450.650.78
HexC16C4202C4218143333
Octal30115410205410230246363
Binary1100000111011001000010010110010000101100010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16C42; }

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

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

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

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

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

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

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

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