#C9926C

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

Shades of Whiskey #C9926C

Tints of Whiskey #C9926C

Color information

#C9926C (or 0xC9926C) is unknown color: approx Whiskey. HEX triplet: C9, 92 and 6C. RGB value is (201,146,108). Sum of RGB (Red+Green+Blue) = 201+146+108=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 146 (57.42% from 255 or 32.09% from 455); Blue value is 108 (42.58% from 255 or 23.74% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9926C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9926C is #366D93. Grayscale: #9E9E9E. Windows color (decimal): -3566996 or 7115465. OLE color: 7115465.

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

Color convert

RGB201146108-
CMYK00.270.460.21
HSL24.52º46.27%60.59%-
HSV(B)24.52º46.27%78.82%-
XYZ37.0734.0618.81-
YUV158.1199.72158.59-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.18%
GREEN value IS 146 (57.42% from 255) = 32.09%
BLUE value IS 108 (42.58% from 255) = 23.74%
R=44.18%
G=32.09%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114610800.270.460.2124.5246.2760.59
HexC9926C01B2E15192e3d
Octal3112221540335625315675
Binary110010011001001011011000110111011101010111001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9926C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9926C; }

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

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

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

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

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

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

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

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