#C78D5E

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

Shades of Whiskey #C78D5E

Tints of Whiskey #C78D5E

Color information

#C78D5E (or 0xC78D5E) is unknown color: approx Whiskey. HEX triplet: C7, 8D and 5E. RGB value is (199,141,94). Sum of RGB (Red+Green+Blue) = 199+141+94=434 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.85% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 94 (37.11% from 255 or 21.66% from 434); Max value from RGB is 199 - color contains mainly: red. Hex color #C78D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78D5E is #3872A1. Grayscale: #999999. Windows color (decimal): -3699362 or 6196679. OLE color: 6196679.

HSL color Cylindrical-coordinate representation of color #C78D5E: hue angle of 26.86º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C78D5E is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB19914194-
CMYK00.290.530.22
HSL26.86º48.39%57.45%-
HSV(B)26.86º52.76%78.04%-
XYZ35.13214.92-
YUV152.9894.72160.82-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.85%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 94 (37.11% from 255) = 21.66%
R=45.85%
G=32.49%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991419400.290.530.2226.8648.3957.45
HexC78D5E01D35161b3039
Octal3072151360356526336071
Binary110001111000110110111100111011101011011011011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78D5E; }

 p { color: rgb(199,141,94); }

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

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

 a { background-color: rgb(199,141,94); }

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

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

 span { border-color: rgb(199,141,94); }

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