#C97440

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

Shades of Zest #C97440

Tints of Zest #C97440

Color information

#C97440 (or 0xC97440) is unknown color: approx Zest. HEX triplet: C9, 74 and 40. RGB value is (201,116,64). Sum of RGB (Red+Green+Blue) = 201+116+64=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 116 (45.70% from 255 or 30.45% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C97440 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97440 is #368BBF. Grayscale: #878787. Windows color (decimal): -3574720 or 4224201. OLE color: 4224201.

HSL color Cylindrical-coordinate representation of color #C97440: hue angle of 22.77º 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 #C97440 is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB20111664-
CMYK00.420.680.21
HSL22.77º55.92%51.96%-
HSV(B)22.77º68.16%78.82%-
XYZ31.2625.288.08-
YUV135.4987.66174.73-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 116 (45.70% from 255) = 30.45%
BLUE value IS 64 (25.39% from 255) = 16.80%
R=52.76%
G=30.45%
B=16.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011166400.420.680.2122.7755.9251.96
HexC9744002A4415173834
Octal31116410005210425277064
Binary1100100111101001000000010101010001001010110111111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97440; }

 p { color: rgb(201,116,64); }

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

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

 a { background-color: rgb(201,116,64); }

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

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

 span { border-color: rgb(201,116,64); }

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