#C16B3D

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

Shades of Zest #C16B3D

Tints of Zest #C16B3D

Color information

#C16B3D (or 0xC16B3D) is unknown color: approx Zest. HEX triplet: C1, 6B and 3D. RGB value is (193,107,61). Sum of RGB (Red+Green+Blue) = 193+107+61=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 107 (42.19% from 255 or 29.64% from 361); Blue value is 61 (24.22% from 255 or 16.90% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B3D is #3E94C2. Grayscale: #7F7F7F. Windows color (decimal): -4101315 or 4025281. OLE color: 4025281.

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

Color convert

RGB19310761-
CMYK00.450.680.24
HSL20.91º51.97%49.8%-
HSV(B)20.91º68.39%75.69%-
XYZ28.0922.197.22-
YUV127.4790.49174.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 107 (42.19% from 255) = 29.64%
BLUE value IS 61 (24.22% from 255) = 16.90%
R=53.46%
G=29.64%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931076100.450.680.2420.9151.9749.8
HexC16B3D02D4418153432
Octal3011537505510430256462
Binary110000011101011111101010110110001001100010101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16B3D; }

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

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

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

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

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

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

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

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