#C79265

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

Shades of Whiskey #C79265

Tints of Whiskey #C79265

Color information

#C79265 (or 0xC79265) is unknown color: approx Whiskey. HEX triplet: C7, 92 and 65. RGB value is (199,146,101). Sum of RGB (Red+Green+Blue) = 199+146+101=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C79265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79265 is #386D9A. Grayscale: #9C9C9C. Windows color (decimal): -3698075 or 6656711. OLE color: 6656711.

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

Color convert

RGB199146101-
CMYK00.270.490.22
HSL27.55º46.67%58.82%-
HSV(B)27.55º49.25%78.04%-
XYZ36.1833.6416.9-
YUV156.7296.56158.16-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=44.62%
G=32.74%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19914610100.270.490.2227.5546.6758.82
HexC7926501B31161c2f3b
Octal3072221450336126345773
Binary110001111001001011001010110111100011011011100101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79265; }

 p { color: rgb(199,146,101); }

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

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

 a { background-color: rgb(199,146,101); }

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

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

 span { border-color: rgb(199,146,101); }

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