#C26E3B

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

Shades of Zest #C26E3B

Tints of Zest #C26E3B

Color information

#C26E3B (or 0xC26E3B) is unknown color: approx Zest. HEX triplet: C2, 6E and 3B. RGB value is (194,110,59). Sum of RGB (Red+Green+Blue) = 194+110+59=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 59 (23.44% from 255 or 16.25% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C26E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C26E3B is #3D91C4. Grayscale: #818181. Windows color (decimal): -4035013 or 3894978. OLE color: 3894978.

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

Color convert

RGB19411059-
CMYK00.430.700.24
HSL22.67º53.36%49.61%-
HSV(B)22.67º69.59%76.08%-
XYZ28.6122.947.06-
YUV129.388.33174.15-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 110 (43.36% from 255) = 30.30%
BLUE value IS 59 (23.44% from 255) = 16.25%
R=53.44%
G=30.30%
B=16.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941105900.430.700.2422.6753.3649.61
HexC26E3B02B4618173532
Octal3021567305310630276562
Binary110000101101110111011010101110001101100010111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C26E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C26E3B; }

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

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

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

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

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

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

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

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