#C99066

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

Shades of Whiskey #C99066

Tints of Whiskey #C99066

Color information

#C99066 (or 0xC99066) is unknown color: approx Whiskey. HEX triplet: C9, 90 and 66. RGB value is (201,144,102). Sum of RGB (Red+Green+Blue) = 201+144+102=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C99066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99066 is #366F99. Grayscale: #9C9C9C. Windows color (decimal): -3567514 or 6721737. OLE color: 6721737.

HSL color Cylindrical-coordinate representation of color #C99066: hue angle of 25.45º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C99066 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB201144102-
CMYK00.280.490.21
HSL25.45º47.83%59.41%-
HSV(B)25.45º49.25%78.82%-
XYZ36.4633.3217.08-
YUV156.2697.38159.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 144 (56.64% from 255) = 32.21%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=44.97%
G=32.21%
B=22.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114410200.280.490.2125.4547.8359.41
HexC9906601C311519303b
Octal3112201460346125316073
Binary110010011001000011001100111001100011010111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99066; }

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

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

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

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

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

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

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

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