#C26C3E

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

Shades of Zest #C26C3E

Tints of Zest #C26C3E

Color information

#C26C3E (or 0xC26C3E) is unknown color: approx Zest. HEX triplet: C2, 6C and 3E. RGB value is (194,108,62). Sum of RGB (Red+Green+Blue) = 194+108+62=364 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.30% from 364); Green value is 108 (42.58% from 255 or 29.67% from 364); Blue value is 62 (24.61% from 255 or 17.03% from 364); Max value from RGB is 194 - color contains mainly: red. Hex color #C26C3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26C3E is #3D93C1. Grayscale: #808080. Windows color (decimal): -4035522 or 4091074. OLE color: 4091074.

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

Color convert

RGB19410862-
CMYK00.440.680.24
HSL20.91º51.97%50.2%-
HSV(B)20.91º68.04%76.08%-
XYZ28.4822.547.41-
YUV128.4790.49174.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.30%
GREEN value IS 108 (42.58% from 255) = 29.67%
BLUE value IS 62 (24.61% from 255) = 17.03%
R=53.30%
G=29.67%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941086200.440.680.2420.9151.9750.2
HexC26C3E02C4418153432
Octal3021547605410430256462
Binary110000101101100111110010110010001001100010101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26C3E; }

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

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

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

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

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

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

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

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