#C9946B

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

Shades of Whiskey #C9946B

Tints of Whiskey #C9946B

Color information

#C9946B (or 0xC9946B) is unknown color: approx Whiskey. HEX triplet: C9, 94 and 6B. RGB value is (201,148,107). Sum of RGB (Red+Green+Blue) = 201+148+107=456 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.08% from 456); Green value is 148 (58.20% from 255 or 32.46% from 456); Blue value is 107 (42.19% from 255 or 23.46% from 456); Max value from RGB is 201 - color contains mainly: red. Hex color #C9946B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9946B is #366B94. Grayscale: #9F9F9F. Windows color (decimal): -3566485 or 7050441. OLE color: 7050441.

HSL color Cylindrical-coordinate representation of color #C9946B: hue angle of 26.17º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9946B is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201148107-
CMYK00.260.470.21
HSL26.17º46.53%60.39%-
HSV(B)26.17º46.77%78.82%-
XYZ37.3334.6618.63-
YUV159.1798.56157.83-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.08%
GREEN value IS 148 (58.20% from 255) = 32.46%
BLUE value IS 107 (42.19% from 255) = 23.46%
R=44.08%
G=32.46%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114810700.260.470.2126.1746.5360.39
HexC9946B01A2F151a2f3c
Octal3112241530325725325774
Binary110010011001010011010110110101011111010111010101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9946B; }

 p { color: rgb(201,148,107); }

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

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

 a { background-color: rgb(201,148,107); }

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

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

 span { border-color: rgb(201,148,107); }

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