#C26E42

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

Shades of Zest #C26E42

Tints of Zest #C26E42

Color information

#C26E42 (or 0xC26E42) is unknown color: approx Zest. HEX triplet: C2, 6E and 42. RGB value is (194,110,66). Sum of RGB (Red+Green+Blue) = 194+110+66=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 66 (26.17% from 255 or 17.84% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E42 is #3D91BD. Grayscale: #828282. Windows color (decimal): -4035006 or 4353730. OLE color: 4353730.

HSL color Cylindrical-coordinate representation of color #C26E42: hue angle of 20.62º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C26E42 is Cyan = 0, Magento = 0.43, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB19411066-
CMYK00.430.660.24
HSL20.62º51.2%50.98%-
HSV(B)20.62º65.98%76.08%-
XYZ28.8123.018.08-
YUV130.191.83173.58-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.43%
GREEN value IS 110 (43.36% from 255) = 29.73%
BLUE value IS 66 (26.17% from 255) = 17.84%
R=52.43%
G=29.73%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941106600.430.660.2420.6251.250.98
HexC26E4202B4218153333
Octal30215610205310230256363
Binary1100001011011101000010010101110000101100010101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E42; }

 p { color: rgb(194,110,66); }

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

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

 a { background-color: rgb(194,110,66); }

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

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

 span { border-color: rgb(194,110,66); }

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