#C97444

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

Shades of Zest #C97444

Tints of Zest #C97444

Color information

#C97444 (or 0xC97444) is unknown color: approx Zest. HEX triplet: C9, 74 and 44. RGB value is (201,116,68). Sum of RGB (Red+Green+Blue) = 201+116+68=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 116 (45.70% from 255 or 30.13% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97444 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97444 is #368BBB. Grayscale: #888888. Windows color (decimal): -3574716 or 4486345. OLE color: 4486345.

HSL color Cylindrical-coordinate representation of color #C97444: hue angle of 21.65º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C97444 is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB20111668-
CMYK00.420.660.21
HSL21.65º55.19%52.75%-
HSV(B)21.65º66.17%78.82%-
XYZ31.3825.338.7-
YUV135.9489.66174.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 116 (45.70% from 255) = 30.13%
BLUE value IS 68 (26.95% from 255) = 17.66%
R=52.21%
G=30.13%
B=17.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011166800.420.660.2121.6555.1952.75
HexC9744402A4215163735
Octal31116410405210225266765
Binary1100100111101001000100010101010000101010110110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97444; }

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

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

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

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

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

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

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

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