#C96C39

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

Shades of Zest #C96C39

Tints of Zest #C96C39

Color information

#C96C39 (or 0xC96C39) is unknown color: approx Zest. HEX triplet: C9, 6C and 39. RGB value is (201,108,57). Sum of RGB (Red+Green+Blue) = 201+108+57=366 (48% of max value = 765). Red value is 201 (78.91% from 255 or 54.92% from 366); Green value is 108 (42.58% from 255 or 29.51% from 366); Blue value is 57 (22.66% from 255 or 15.57% from 366); Max value from RGB is 201 - color contains mainly: red. Hex color #C96C39 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96C39 is #3693C6. Grayscale: #828282. Windows color (decimal): -3576775 or 3763401. OLE color: 3763401.

HSL color Cylindrical-coordinate representation of color #C96C39: hue angle of 21.25º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C96C39 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB20110857-
CMYK00.460.720.21
HSL21.25º57.14%50.59%-
HSV(B)21.25º71.64%78.82%-
XYZ30.1923.446.8-
YUV129.9986.81178.65-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.92%
GREEN value IS 108 (42.58% from 255) = 29.51%
BLUE value IS 57 (22.66% from 255) = 15.57%
R=54.92%
G=29.51%
B=15.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011085700.460.720.2121.2557.1450.59
HexC96C3902E4815153933
Octal3111547105611025257163
Binary110010011101100111001010111010010001010110101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96C39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96C39; }

 p { color: rgb(201,108,57); }

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

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

 a { background-color: rgb(201,108,57); }

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

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

 span { border-color: rgb(201,108,57); }

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