#C9926B

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

Shades of Whiskey #C9926B

Tints of Whiskey #C9926B

Color information

#C9926B (or 0xC9926B) is unknown color: approx Whiskey. HEX triplet: C9, 92 and 6B. RGB value is (201,146,107). Sum of RGB (Red+Green+Blue) = 201+146+107=454 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.27% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 107 (42.19% from 255 or 23.57% from 454); Max value from RGB is 201 - color contains mainly: red. Hex color #C9926B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9926B is #366D94. Grayscale: #9E9E9E. Windows color (decimal): -3566997 or 7049929. OLE color: 7049929.

HSL color Cylindrical-coordinate representation of color #C9926B: hue angle of 24.89º 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 #C9926B is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.21.

Color convert

RGB201146107-
CMYK00.270.470.21
HSL24.89º46.53%60.39%-
HSV(B)24.89º46.77%78.82%-
XYZ37.0234.0418.53-
YUV15899.22158.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.27%
GREEN value IS 146 (57.42% from 255) = 32.16%
BLUE value IS 107 (42.19% from 255) = 23.57%
R=44.27%
G=32.16%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.47
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114610700.270.470.2124.8946.5360.39
HexC9926B01B2F15192f3c
Octal3112221530335725315774
Binary110010011001001011010110110111011111010111001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9926B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9926B; }

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

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

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

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

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

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

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

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