#c26e3f

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

Shades of Zest #C26E3F

Tints of Zest #C26E3F

Color information

#C26E3F (or 0xC26E3F) is unknown color: approx Zest. HEX triplet: C2, 6E and 3F. RGB value is (194,110,63). Sum of RGB (Red+Green+Blue) = 194+110+63=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 110 (43.36% from 255 or 29.97% from 367); Blue value is 63 (25% from 255 or 17.17% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E3F is #3D91C0. Grayscale: #828282. Windows color (decimal): -4035009 or 4157122. OLE color: 4157122.

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

Color convert

RGB19411063-
CMYK00.430.680.24
HSL21.53º51.78%50.39%-
HSV(B)21.53º67.53%76.08%-
XYZ28.7222.987.62-
YUV129.7690.33173.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 110 (43.36% from 255) = 29.97%
BLUE value IS 63 (25% from 255) = 17.17%
R=52.86%
G=29.97%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941106300.430.680.2421.5351.7850.39
HexC26E3F02B4418163432
Octal3021567705310430266462
Binary110000101101110111111010101110001001100010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c26e3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c26e3f; }

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

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

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

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

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

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

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

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