#C26E34

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

Shades of Zest #C26E34

Tints of Zest #C26E34

Color information

#C26E34 (or 0xC26E34) is unknown color: approx Zest. HEX triplet: C2, 6E and 34. RGB value is (194,110,52). Sum of RGB (Red+Green+Blue) = 194+110+52=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 52 (20.70% from 255 or 14.61% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E34 is #3D91CB. Grayscale: #808080. Windows color (decimal): -4035020 or 3436226. OLE color: 3436226.

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

Color convert

RGB19411052-
CMYK00.430.730.24
HSL24.51º57.72%48.24%-
HSV(B)24.51º73.2%76.08%-
XYZ28.4422.876.16-
YUV128.584.83174.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.49%
GREEN value IS 110 (43.36% from 255) = 30.90%
BLUE value IS 52 (20.70% from 255) = 14.61%
R=54.49%
G=30.90%
B=14.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941105200.430.730.2424.5157.7248.24
HexC26E3402B4918193a30
Octal3021566405311130317260
Binary110000101101110110100010101110010011100011001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E34; }

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

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

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

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

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

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

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

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