#C98E66

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

Shades of Whiskey #C98E66

Tints of Whiskey #C98E66

Color information

#C98E66 (or 0xC98E66) is unknown color: approx Whiskey. HEX triplet: C9, 8E and 66. RGB value is (201,142,102). Sum of RGB (Red+Green+Blue) = 201+142+102=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E66 is #367199. Grayscale: #9B9B9B. Windows color (decimal): -3568026 or 6721225. OLE color: 6721225.

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

Color convert

RGB201142102-
CMYK00.290.490.21
HSL24.24º47.83%59.41%-
HSV(B)24.24º49.25%78.82%-
XYZ36.1632.7216.98-
YUV155.0898.05160.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.17%
GREEN value IS 142 (55.86% from 255) = 31.91%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=45.17%
G=31.91%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20114210200.290.490.2124.2447.8359.41
HexC98E6601D311518303b
Octal3112161460356125306073
Binary110010011000111011001100111011100011010111000110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98E66; }

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

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

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

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

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

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

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

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