#C79060

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

Shades of Whiskey #C79060

Tints of Whiskey #C79060

Color information

#C79060 (or 0xC79060) is unknown color: approx Whiskey. HEX triplet: C7, 90 and 60. RGB value is (199,144,96). Sum of RGB (Red+Green+Blue) = 199+144+96=439 (58% of max value = 765). Red value is 199 (78.12% from 255 or 45.33% from 439); Green value is 144 (56.64% from 255 or 32.80% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 199 - color contains mainly: red. Hex color #C79060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79060 is #386F9F. Grayscale: #9B9B9B. Windows color (decimal): -3698592 or 6328519. OLE color: 6328519.

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

Color convert

RGB19914496-
CMYK00.280.520.22
HSL27.96º47.91%57.84%-
HSV(B)27.96º51.76%78.04%-
XYZ35.6432.9315.54-
YUV154.9794.72159.4-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.33%
GREEN value IS 144 (56.64% from 255) = 32.80%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=45.33%
G=32.80%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991449600.280.520.2227.9647.9157.84
HexC7906001C34161c303a
Octal3072201400346426346072
Binary110001111001000011000000111001101001011011100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79060; }

 p { color: rgb(199,144,96); }

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

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

 a { background-color: rgb(199,144,96); }

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

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

 span { border-color: rgb(199,144,96); }

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