#C97232

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

Shades of Zest #C97232

Tints of Zest #C97232

Color information

#C97232 (or 0xC97232) is unknown color: approx Zest. HEX triplet: C9, 72 and 32. RGB value is (201,114,50). Sum of RGB (Red+Green+Blue) = 201+114+50=365 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.07% from 365); Green value is 114 (44.92% from 255 or 31.23% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 201 - color contains mainly: red. Hex color #C97232 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97232 is #368DCD. Grayscale: #858585. Windows color (decimal): -3575246 or 3306185. OLE color: 3306185.

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

Color convert

RGB20111450-
CMYK00.430.750.21
HSL25.43º60.16%49.22%-
HSV(B)25.43º75.12%78.82%-
XYZ30.6824.686.16-
YUV132.7281.32176.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.07%
GREEN value IS 114 (44.92% from 255) = 31.23%
BLUE value IS 50 (19.92% from 255) = 13.70%
R=55.07%
G=31.23%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011145000.430.750.2125.4360.1649.22
HexC9723202B4B15193c31
Octal3111626205311325317461
Binary110010011110010110010010101110010111010111001111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97232; }

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

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

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

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

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

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

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

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