#C96A36

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

Shades of Zest #C96A36

Tints of Zest #C96A36

Color information

#C96A36 (or 0xC96A36) is unknown color: approx Zest. HEX triplet: C9, 6A and 36. RGB value is (201,106,54). Sum of RGB (Red+Green+Blue) = 201+106+54=361 (47% of max value = 765). Red value is 201 (78.91% from 255 or 55.68% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 54 (21.48% from 255 or 14.96% from 361); Max value from RGB is 201 - color contains mainly: red. Hex color #C96A36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96A36 is #3695C9. Grayscale: #808080. Windows color (decimal): -3577290 or 3566281. OLE color: 3566281.

HSL color Cylindrical-coordinate representation of color #C96A36: hue angle of 21.22º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C96A36 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB20110654-
CMYK00.470.730.21
HSL21.22º57.65%50%-
HSV(B)21.22º73.13%78.82%-
XYZ29.9122.996.35-
YUV128.4885.97179.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.68%
GREEN value IS 106 (41.80% from 255) = 29.36%
BLUE value IS 54 (21.48% from 255) = 14.96%
R=55.68%
G=29.36%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011065400.470.730.2121.2257.6550
HexC96A3602F4915153a32
Octal3111526605711125257262
Binary110010011101010110110010111110010011010110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96A36; }

 p { color: rgb(201,106,54); }

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

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

 a { background-color: rgb(201,106,54); }

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

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

 span { border-color: rgb(201,106,54); }

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