#C99068

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

Shades of Whiskey #C99068

Tints of Whiskey #C99068

Color information

#C99068 (or 0xC99068) is unknown color: approx Whiskey. HEX triplet: C9, 90 and 68. RGB value is (201,144,104). Sum of RGB (Red+Green+Blue) = 201+144+104=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C99068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99068 is #366F97. Grayscale: #9C9C9C. Windows color (decimal): -3567512 or 6852809. OLE color: 6852809.

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

Color convert

RGB201144104-
CMYK00.280.480.21
HSL24.74º47.32%59.8%-
HSV(B)24.74º48.26%78.82%-
XYZ36.5633.3617.61-
YUV156.4898.38159.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 144 (56.64% from 255) = 32.07%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=44.77%
G=32.07%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114410400.280.480.2124.7447.3259.8
HexC9906801C3015192f3c
Octal3112201500346025315774
Binary110010011001000011010000111001100001010111001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99068; }

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

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

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

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

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

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

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

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