#C06F42

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

Shades of Zest #C06F42

Tints of Zest #C06F42

Color information

#C06F42 (or 0xC06F42) is unknown color: approx Zest. HEX triplet: C0, 6F and 42. RGB value is (192,111,66). Sum of RGB (Red+Green+Blue) = 192+111+66=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 111 (43.75% from 255 or 30.08% from 369); Blue value is 66 (26.17% from 255 or 17.89% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06F42 is #3F90BD. Grayscale: #828282. Windows color (decimal): -4165822 or 4353984. OLE color: 4353984.

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

Color convert

RGB19211166-
CMYK00.420.660.25
HSL21.43º50%50.59%-
HSV(B)21.43º65.62%75.29%-
XYZ28.4122.978.09-
YUV130.0991.84172.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 52.03%
GREEN value IS 111 (43.75% from 255) = 30.08%
BLUE value IS 66 (26.17% from 255) = 17.89%
R=52.03%
G=30.08%
B=17.89%

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
Decimal1921116600.420.660.2521.435050.59
HexC06F4202A4219153233
Octal30015710205210231256263
Binary1100000011011111000010010101010000101100110101110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F42; }

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

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

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

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

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

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

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

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