#C47640

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

Shades of Zest #C47640

Tints of Zest #C47640

Color information

#C47640 (or 0xC47640) is unknown color: approx Zest. HEX triplet: C4, 76 and 40. RGB value is (196,118,64). Sum of RGB (Red+Green+Blue) = 196+118+64=378 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.85% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 64 (25.39% from 255 or 16.93% from 378); Max value from RGB is 196 - color contains mainly: red. Hex color #C47640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47640 is #3B89BF. Grayscale: #878787. Windows color (decimal): -3901888 or 4224708. OLE color: 4224708.

HSL color Cylindrical-coordinate representation of color #C47640: hue angle of 24.55º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C47640 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB19611864-
CMYK00.400.670.23
HSL24.55º52.8%50.98%-
HSV(B)24.55º67.35%76.86%-
XYZ30.1725.068.1-
YUV135.1787.84171.39-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.85%
GREEN value IS 118 (46.48% from 255) = 31.22%
BLUE value IS 64 (25.39% from 255) = 16.93%
R=51.85%
G=31.22%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961186400.400.670.2324.5552.850.98
HexC476400284317193533
Octal30416610005010327316563
Binary1100010011101101000000010100010000111011111001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47640; }

 p { color: rgb(196,118,64); }

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

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

 a { background-color: rgb(196,118,64); }

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

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

 span { border-color: rgb(196,118,64); }

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