#C9906C

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

Shades of Whiskey #C9906C

Tints of Whiskey #C9906C

Color information

#C9906C (or 0xC9906C) is unknown color: approx Whiskey. HEX triplet: C9, 90 and 6C. RGB value is (201,144,108). Sum of RGB (Red+Green+Blue) = 201+144+108=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 108 (42.58% from 255 or 23.84% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9906C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C9906C is #366F93. Grayscale: #9D9D9D. Windows color (decimal): -3567508 or 7114953. OLE color: 7114953.

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

Color convert

RGB201144108-
CMYK00.280.460.21
HSL23.23º46.27%60.59%-
HSV(B)23.23º46.27%78.82%-
XYZ36.7733.4518.71-
YUV156.94100.38159.43-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.37%
GREEN value IS 144 (56.64% from 255) = 31.79%
BLUE value IS 108 (42.58% from 255) = 23.84%
R=44.37%
G=31.79%
B=23.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114410800.280.460.2123.2346.2760.59
HexC9906C01C2E15172e3d
Octal3112201540345625275675
Binary110010011001000011011000111001011101010110111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9906C; }

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

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

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

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

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

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

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

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