#C07146

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

Shades of Zest #C07146

Tints of Zest #C07146

Color information

#C07146 (or 0xC07146) is unknown color: approx Zest. HEX triplet: C0, 71 and 46. RGB value is (192,113,70). Sum of RGB (Red+Green+Blue) = 192+113+70=375 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.2% from 375); Green value is 113 (44.53% from 255 or 30.13% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 192 - color contains mainly: red. Hex color #C07146 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07146 is #3F8EB9. Grayscale: #838383. Windows color (decimal): -4165306 or 4616640. OLE color: 4616640.

HSL color Cylindrical-coordinate representation of color #C07146: hue angle of 21.15º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C07146 is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB19211370-
CMYK00.410.640.25
HSL21.15º49.19%51.37%-
HSV(B)21.15º63.54%75.29%-
XYZ28.7523.468.81-
YUV131.7293.17171-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.2%
GREEN value IS 113 (44.53% from 255) = 30.13%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=51.2%
G=30.13%
B=18.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921137000.410.640.2521.1549.1951.37
HexC071460294019153133
Octal30016110605110031256163
Binary1100000011100011000110010100110000001100110101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07146; }

 p { color: rgb(192,113,70); }

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

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

 a { background-color: rgb(192,113,70); }

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

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

 span { border-color: rgb(192,113,70); }

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