#C26B42

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

Shades of Zest #C26B42

Tints of Zest #C26B42

Color information

#C26B42 (or 0xC26B42) is unknown color: approx Zest. HEX triplet: C2, 6B and 42. RGB value is (194,107,66). Sum of RGB (Red+Green+Blue) = 194+107+66=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 66 (26.17% from 255 or 17.98% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C26B42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26B42 is #3D94BD. Grayscale: #808080. Windows color (decimal): -4035774 or 4352962. OLE color: 4352962.

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

Color convert

RGB19410766-
CMYK00.450.660.24
HSL19.22º51.2%50.98%-
HSV(B)19.22º65.98%76.08%-
XYZ28.4922.387.97-
YUV128.3492.82174.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 66 (26.17% from 255) = 17.98%
R=52.86%
G=29.16%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941076600.450.660.2419.2251.250.98
HexC26B4202D4218133333
Octal30215310205510230236363
Binary1100001011010111000010010110110000101100010011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26B42; }

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

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

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

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

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

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

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

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