#C16E3D

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

Shades of Zest #C16E3D

Tints of Zest #C16E3D

Color information

#C16E3D (or 0xC16E3D) is unknown color: approx Zest. HEX triplet: C1, 6E and 3D. RGB value is (193,110,61). Sum of RGB (Red+Green+Blue) = 193+110+61=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 110 (43.36% from 255 or 30.22% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E3D is #3E91C2. Grayscale: #818181. Windows color (decimal): -4100547 or 4026049. OLE color: 4026049.

HSL color Cylindrical-coordinate representation of color #C16E3D: hue angle of 22.27º degrees, saturation: 0.52, 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 #C16E3D is Cyan = 0, Magento = 0.43, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB19311061-
CMYK00.430.680.24
HSL22.27º51.97%49.8%-
HSV(B)22.27º68.39%75.69%-
XYZ28.4122.837.32-
YUV129.2389.5173.48-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 110 (43.36% from 255) = 30.22%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=53.02%
G=30.22%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931106100.430.680.2422.2751.9749.8
HexC16E3D02B4418163432
Octal3011567505310430266462
Binary110000011101110111101010101110001001100010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E3D; }

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

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

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

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

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

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

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

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