#C27336

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

Shades of Zest #C27336

Tints of Zest #C27336

Color information

#C27336 (or 0xC27336) is unknown color: approx Zest. HEX triplet: C2, 73 and 36. RGB value is (194,115,54). Sum of RGB (Red+Green+Blue) = 194+115+54=363 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.44% from 363); Green value is 115 (45.31% from 255 or 31.68% from 363); Blue value is 54 (21.48% from 255 or 14.88% from 363); Max value from RGB is 194 - color contains mainly: red. Hex color #C27336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27336 is #3D8CC9. Grayscale: #838383. Windows color (decimal): -4033738 or 3568578. OLE color: 3568578.

HSL color Cylindrical-coordinate representation of color #C27336: hue angle of 26.14º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C27336 is Cyan = 0, Magento = 0.41, Yellow = 0.72 and Black (K on CMYK) = 0.24.

Color convert

RGB19411554-
CMYK00.410.720.24
HSL26.14º56.45%48.63%-
HSV(B)26.14º72.16%76.08%-
XYZ29.04246.59-
YUV131.6784.17172.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.44%
GREEN value IS 115 (45.31% from 255) = 31.68%
BLUE value IS 54 (21.48% from 255) = 14.88%
R=53.44%
G=31.68%
B=14.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941155400.410.720.2426.1456.4548.63
HexC2733602948181a3831
Octal3021636605111030327061
Binary110000101110011110110010100110010001100011010111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27336; }

 p { color: rgb(194,115,54); }

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

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

 a { background-color: rgb(194,115,54); }

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

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

 span { border-color: rgb(194,115,54); }

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