#C97231

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

Shades of Zest #C97231

Tints of Zest #C97231

Color information

#C97231 (or 0xC97231) is unknown color: approx Zest. HEX triplet: C9, 72 and 31. RGB value is (201,114,49). Sum of RGB (Red+Green+Blue) = 201+114+49=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 114 (44.92% from 255 or 31.32% from 364); Blue value is 49 (19.53% from 255 or 13.46% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C97231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97231 is #368DCE. Grayscale: #848484. Windows color (decimal): -3575247 or 3240649. OLE color: 3240649.

HSL color Cylindrical-coordinate representation of color #C97231: hue angle of 25.66º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C97231 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.21.

Color convert

RGB20111449-
CMYK00.430.760.21
HSL25.66º60.8%49.02%-
HSV(B)25.66º75.62%78.82%-
XYZ30.6624.676.05-
YUV132.680.82176.79-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.22%
GREEN value IS 114 (44.92% from 255) = 31.32%
BLUE value IS 49 (19.53% from 255) = 13.46%
R=55.22%
G=31.32%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011144900.430.760.2125.6660.849.02
HexC9723102B4C151a3d31
Octal3111626105311425327561
Binary110010011110010110001010101110011001010111010111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97231; }

 p { color: rgb(201,114,49); }

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

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

 a { background-color: rgb(201,114,49); }

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

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

 span { border-color: rgb(201,114,49); }

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