#C98F66

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

Shades of Whiskey #C98F66

Tints of Whiskey #C98F66

Color information

#C98F66 (or 0xC98F66) is unknown color: approx Whiskey. HEX triplet: C9, 8F and 66. RGB value is (201,143,102). Sum of RGB (Red+Green+Blue) = 201+143+102=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F66 is #367099. Grayscale: #9B9B9B. Windows color (decimal): -3567770 or 6721481. OLE color: 6721481.

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

Color convert

RGB201143102-
CMYK00.290.490.21
HSL24.85º47.83%59.41%-
HSV(B)24.85º49.25%78.82%-
XYZ36.3133.0217.03-
YUV155.6797.72160.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=45.07%
G=32.06%
B=22.87%

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
Decimal20114310200.290.490.2124.8547.8359.41
HexC98F6601D311519303b
Octal3112171460356125316073
Binary110010011000111111001100111011100011010111001110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F66; }

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

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

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

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

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

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

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

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