#C79164

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

Shades of Whiskey #C79164

Tints of Whiskey #C79164

Color information

#C79164 (or 0xC79164) is unknown color: approx Whiskey. HEX triplet: C7, 91 and 64. RGB value is (199,145,100). Sum of RGB (Red+Green+Blue) = 199+145+100=444 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.82% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 199 - color contains mainly: red. Hex color #C79164 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79164 is #386E9B. Grayscale: #9C9C9C. Windows color (decimal): -3698332 or 6590919. OLE color: 6590919.

HSL color Cylindrical-coordinate representation of color #C79164: hue angle of 27.27º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C79164 is Cyan = 0, Magento = 0.27, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199145100-
CMYK00.270.500.22
HSL27.27º46.92%58.63%-
HSV(B)27.27º49.75%78.04%-
XYZ35.9833.3116.59-
YUV156.0296.39158.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.82%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=44.82%
G=32.66%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914510000.270.500.2227.2746.9258.63
HexC7916401B32161b2f3b
Octal3072211440336226335773
Binary110001111001000111001000110111100101011011011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79164; }

 p { color: rgb(199,145,100); }

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

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

 a { background-color: rgb(199,145,100); }

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

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

 span { border-color: rgb(199,145,100); }

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