#c06c42

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

Shades of Zest #C06C42

Tints of Zest #C06C42

Color information

#C06C42 (or 0xC06C42) is unknown color: approx Zest. HEX triplet: C0, 6C and 42. RGB value is (192,108,66). Sum of RGB (Red+Green+Blue) = 192+108+66=366 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.46% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 66 (26.17% from 255 or 18.03% from 366); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06C42 is #3F93BD. Grayscale: #808080. Windows color (decimal): -4166590 or 4353216. OLE color: 4353216.

HSL color Cylindrical-coordinate representation of color #C06C42: hue angle of 20º 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 #C06C42 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19210866-
CMYK00.440.660.25
HSL20º50%50.59%-
HSV(B)20º65.62%75.29%-
XYZ28.0822.327.98-
YUV128.3392.83173.42-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.46%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 66 (26.17% from 255) = 18.03%
R=52.46%
G=29.51%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921086600.440.660.25205050.59
HexC06C4202C4219143233
Octal30015410205410231246263
Binary1100000011011001000010010110010000101100110100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c06c42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c06c42; }

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

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

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

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

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

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

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

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