#C07041

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

Shades of Zest #C07041

Tints of Zest #C07041

Color information

#C07041 (or 0xC07041) is unknown color: approx Zest. HEX triplet: C0, 70 and 41. RGB value is (192,112,65). Sum of RGB (Red+Green+Blue) = 192+112+65=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 112 (44.14% from 255 or 30.35% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C07041 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07041 is #3F8FBE. Grayscale: #828282. Windows color (decimal): -4165567 or 4288704. OLE color: 4288704.

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

Color convert

RGB19211265-
CMYK00.420.660.25
HSL22.2º50.2%50.39%-
HSV(B)22.2º66.15%75.29%-
XYZ28.4923.187.97-
YUV130.5691171.82-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 112 (44.14% from 255) = 30.35%
BLUE value IS 65 (25.78% from 255) = 17.62%
R=52.03%
G=30.35%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921126500.420.660.2522.250.250.39
HexC0704102A4219163232
Octal30016010105210231266262
Binary1100000011100001000001010101010000101100110110110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07041; }

 p { color: rgb(192,112,65); }

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

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

 a { background-color: rgb(192,112,65); }

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

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

 span { border-color: rgb(192,112,65); }

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