#C97638

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

Shades of Zest #C97638

Tints of Zest #C97638

Color information

#C97638 (or 0xC97638) is unknown color: approx Zest. HEX triplet: C9, 76 and 38. RGB value is (201,118,56). Sum of RGB (Red+Green+Blue) = 201+118+56=375 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.6% from 375); Green value is 118 (46.48% from 255 or 31.47% from 375); Blue value is 56 (22.27% from 255 or 14.93% from 375); Max value from RGB is 201 - color contains mainly: red. Hex color #C97638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C97638 is #3689C7. Grayscale: #888888. Windows color (decimal): -3574216 or 3700425. OLE color: 3700425.

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

Color convert

RGB20111856-
CMYK00.410.720.21
HSL25.66º57.31%50.39%-
HSV(B)25.66º72.14%78.82%-
XYZ31.2825.667.05-
YUV135.7583174.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.6%
GREEN value IS 118 (46.48% from 255) = 31.47%
BLUE value IS 56 (22.27% from 255) = 14.93%
R=53.6%
G=31.47%
B=14.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011185600.410.720.2125.6657.3150.39
HexC9763802948151a3932
Octal3111667005111025327162
Binary110010011110110111000010100110010001010111010111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C97638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C97638; }

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

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

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

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

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

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

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

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