#C98D5E

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

Shades of Whiskey #C98D5E

Tints of Whiskey #C98D5E

Color information

#C98D5E (or 0xC98D5E) is unknown color: approx Whiskey. HEX triplet: C9, 8D and 5E. RGB value is (201,141,94). Sum of RGB (Red+Green+Blue) = 201+141+94=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 94 (37.11% from 255 or 21.56% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D5E is #3672A1. Grayscale: #999999. Windows color (decimal): -3568290 or 6196681. OLE color: 6196681.

HSL color Cylindrical-coordinate representation of color #C98D5E: hue angle of 26.36º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C98D5E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB20114194-
CMYK00.300.530.21
HSL26.36º49.77%57.84%-
HSV(B)26.36º53.23%78.82%-
XYZ35.6332.2814.94-
YUV153.5894.38161.82-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 94 (37.11% from 255) = 21.56%
R=46.10%
G=32.34%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011419400.300.530.2126.3649.7757.84
HexC98D5E01E35151a323a
Octal3112151360366525326272
Binary110010011000110110111100111101101011010111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D5E; }

 p { color: rgb(201,141,94); }

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

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

 a { background-color: rgb(201,141,94); }

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

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

 span { border-color: rgb(201,141,94); }

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