#C07442

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

Shades of Zest #C07442

Tints of Zest #C07442

Color information

#C07442 (or 0xC07442) is unknown color: approx Zest. HEX triplet: C0, 74 and 42. RGB value is (192,116,66). Sum of RGB (Red+Green+Blue) = 192+116+66=374 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.34% from 374); Green value is 116 (45.70% from 255 or 31.02% from 374); Blue value is 66 (26.17% from 255 or 17.65% from 374); Max value from RGB is 192 - color contains mainly: red. Hex color #C07442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07442 is #3F8BBD. Grayscale: #858585. Windows color (decimal): -4164542 or 4355264. OLE color: 4355264.

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

Color convert

RGB19211666-
CMYK00.400.660.25
HSL23.81º50%50.59%-
HSV(B)23.81º65.62%75.29%-
XYZ28.9724.098.28-
YUV133.0290.18170.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.34%
GREEN value IS 116 (45.70% from 255) = 31.02%
BLUE value IS 66 (26.17% from 255) = 17.65%
R=51.34%
G=31.02%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921166600.400.660.2523.815050.59
HexC074420284219183233
Octal30016410205010231306263
Binary1100000011101001000010010100010000101100111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07442; }

 p { color: rgb(192,116,66); }

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

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

 a { background-color: rgb(192,116,66); }

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

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

 span { border-color: rgb(192,116,66); }

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