#C79266

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

Shades of Whiskey #C79266

Tints of Whiskey #C79266

Color information

#C79266 (or 0xC79266) is unknown color: approx Whiskey. HEX triplet: C7, 92 and 66. RGB value is (199,146,102). Sum of RGB (Red+Green+Blue) = 199+146+102=447 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.52% from 447); Green value is 146 (57.42% from 255 or 32.66% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 199 - color contains mainly: red. Hex color #C79266 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C79266 is #386D99. Grayscale: #9D9D9D. Windows color (decimal): -3698074 or 6722247. OLE color: 6722247.

HSL color Cylindrical-coordinate representation of color #C79266: hue angle of 27.22º degrees, saturation: 0.46, 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 #C79266 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.22.

Color convert

RGB199146102-
CMYK00.270.490.22
HSL27.22º46.41%59.02%-
HSV(B)27.22º48.74%78.04%-
XYZ36.2333.6617.16-
YUV156.8397.06158.08-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.52%
GREEN value IS 146 (57.42% from 255) = 32.66%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=44.52%
G=32.66%
B=22.82%

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
Decimal19914610200.270.490.2227.2246.4159.02
HexC7926601B31161b2e3b
Octal3072221460336126335673
Binary110001111001001011001100110111100011011011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C79266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C79266; }

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

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

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

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

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

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

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

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