#C47645

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

Shades of Zest #C47645

Tints of Zest #C47645

Color information

#C47645 (or 0xC47645) is unknown color: approx Zest. HEX triplet: C4, 76 and 45. RGB value is (196,118,69). Sum of RGB (Red+Green+Blue) = 196+118+69=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 118 (46.48% from 255 or 30.81% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C47645 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47645 is #3B89BA. Grayscale: #888888. Windows color (decimal): -3901883 or 4552388. OLE color: 4552388.

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

Color convert

RGB19611869-
CMYK00.400.650.23
HSL23.15º51.84%51.96%-
HSV(B)23.15º64.8%76.86%-
XYZ30.3225.128.88-
YUV135.7490.34170.98-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 118 (46.48% from 255) = 30.81%
BLUE value IS 69 (27.34% from 255) = 18.02%
R=51.17%
G=30.81%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961186900.400.650.2323.1551.8451.96
HexC476450284117173434
Octal30416610505010127276464
Binary1100010011101101000101010100010000011011110111110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47645; }

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

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

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

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

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

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

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

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