#C97840

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

Shades of Zest #C97840

Tints of Zest #C97840

Color information

#C97840 (or 0xC97840) is unknown color: approx Zest. HEX triplet: C9, 78 and 40. RGB value is (201,120,64). Sum of RGB (Red+Green+Blue) = 201+120+64=385 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.21% from 385); Green value is 120 (47.27% from 255 or 31.17% from 385); Blue value is 64 (25.39% from 255 or 16.62% from 385); Max value from RGB is 201 - color contains mainly: red. Hex color #C97840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97840 is #3687BF. Grayscale: #8A8A8A. Windows color (decimal): -3573696 or 4225225. OLE color: 4225225.

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

Color convert

RGB20112064-
CMYK00.400.680.21
HSL24.53º55.92%51.96%-
HSV(B)24.53º68.16%78.82%-
XYZ31.7326.228.24-
YUV137.8386.34173.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.21%
GREEN value IS 120 (47.27% from 255) = 31.17%
BLUE value IS 64 (25.39% from 255) = 16.62%
R=52.21%
G=31.17%
B=16.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011206400.400.680.2124.5355.9251.96
HexC978400284415193834
Octal31117010005010425317064
Binary1100100111110001000000010100010001001010111001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97840; }

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

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

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

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

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

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

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

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