#C26D34

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

Shades of Zest #C26D34

Tints of Zest #C26D34

Color information

#C26D34 (or 0xC26D34) is unknown color: approx Zest. HEX triplet: C2, 6D and 34. RGB value is (194,109,52). Sum of RGB (Red+Green+Blue) = 194+109+52=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 109 (42.97% from 255 or 30.70% from 355); Blue value is 52 (20.70% from 255 or 14.65% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C26D34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26D34 is #3D92CB. Grayscale: #808080. Windows color (decimal): -4035276 or 3435970. OLE color: 3435970.

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

Color convert

RGB19410952-
CMYK00.440.730.24
HSL24.08º57.72%48.24%-
HSV(B)24.08º73.2%76.08%-
XYZ28.3422.656.13-
YUV127.9285.16175.13-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.65%
GREEN value IS 109 (42.97% from 255) = 30.70%
BLUE value IS 52 (20.70% from 255) = 14.65%
R=54.65%
G=30.70%
B=14.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941095200.440.730.2424.0857.7248.24
HexC26D3402C4918183a30
Octal3021556405411130307260
Binary110000101101101110100010110010010011100011000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26D34; }

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

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

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

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

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

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

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

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