#C26E3E

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

Shades of Zest #C26E3E

Tints of Zest #C26E3E

Color information

#C26E3E (or 0xC26E3E) is unknown color: approx Zest. HEX triplet: C2, 6E and 3E. RGB value is (194,110,62). Sum of RGB (Red+Green+Blue) = 194+110+62=366 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.01% from 366); Green value is 110 (43.36% from 255 or 30.05% from 366); Blue value is 62 (24.61% from 255 or 16.94% from 366); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E3E is #3D91C1. Grayscale: #818181. Windows color (decimal): -4035010 or 4091586. OLE color: 4091586.

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

Color convert

RGB19411062-
CMYK00.430.680.24
HSL21.82º51.97%50.2%-
HSV(B)21.82º68.04%76.08%-
XYZ28.6922.977.48-
YUV129.6489.83173.9-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.01%
GREEN value IS 110 (43.36% from 255) = 30.05%
BLUE value IS 62 (24.61% from 255) = 16.94%
R=53.01%
G=30.05%
B=16.94%

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
Decimal1941106200.430.680.2421.8251.9750.2
HexC26E3E02B4418163432
Octal3021567605310430266462
Binary110000101101110111110010101110001001100010110110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E3E; }

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

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

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

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

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

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

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

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