#C97634

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

Shades of Zest #C97634

Tints of Zest #C97634

Color information

#C97634 (or 0xC97634) is unknown color: approx Zest. HEX triplet: C9, 76 and 34. RGB value is (201,118,52). Sum of RGB (Red+Green+Blue) = 201+118+52=371 (49% of max value = 765). Red value is 201 (78.91% from 255 or 54.18% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 52 (20.70% from 255 or 14.02% from 371); Max value from RGB is 201 - color contains mainly: red. Hex color #C97634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97634 is #3689CB. Grayscale: #878787. Windows color (decimal): -3574220 or 3438281. OLE color: 3438281.

HSL color Cylindrical-coordinate representation of color #C97634: hue angle of 26.58º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C97634 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB20111852-
CMYK00.410.740.21
HSL26.58º58.89%49.61%-
HSV(B)26.58º74.13%78.82%-
XYZ31.1925.626.55-
YUV135.2981174.87-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 54.18%
GREEN value IS 118 (46.48% from 255) = 31.81%
BLUE value IS 52 (20.70% from 255) = 14.02%
R=54.18%
G=31.81%
B=14.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011185200.410.740.2126.5858.8949.61
HexC976340294A151b3b32
Octal3111666405111225337362
Binary110010011110110110100010100110010101010111011111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97634; }

 p { color: rgb(201,118,52); }

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

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

 a { background-color: rgb(201,118,52); }

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

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

 span { border-color: rgb(201,118,52); }

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