#C96F41

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

Shades of Zest #C96F41

Tints of Zest #C96F41

Color information

#C96F41 (or 0xC96F41) is unknown color: approx Zest. HEX triplet: C9, 6F and 41. RGB value is (201,111,65). Sum of RGB (Red+Green+Blue) = 201+111+65=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 111 (43.75% from 255 or 29.44% from 377); Blue value is 65 (25.78% from 255 or 17.24% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C96F41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C96F41 is #3690BE. Grayscale: #848484. Windows color (decimal): -3575999 or 4288457. OLE color: 4288457.

HSL color Cylindrical-coordinate representation of color #C96F41: hue angle of 20.29º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C96F41 is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20111165-
CMYK00.450.680.21
HSL20.29º55.74%52.16%-
HSV(B)20.29º67.66%78.82%-
XYZ30.7324.178.05-
YUV132.6789.82176.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 111 (43.75% from 255) = 29.44%
BLUE value IS 65 (25.78% from 255) = 17.24%
R=53.32%
G=29.44%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011116500.450.680.2120.2955.7452.16
HexC96F4102D4415143834
Octal31115710105510425247064
Binary1100100111011111000001010110110001001010110100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C96F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C96F41; }

 p { color: rgb(201,111,65); }

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

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

 a { background-color: rgb(201,111,65); }

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

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

 span { border-color: rgb(201,111,65); }

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