#C98F5D

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

Shades of Whiskey #C98F5D

Tints of Whiskey #C98F5D

Color information

#C98F5D (or 0xC98F5D) is unknown color: approx Whiskey. HEX triplet: C9, 8F and 5D. RGB value is (201,143,93). Sum of RGB (Red+Green+Blue) = 201+143+93=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 143 (56.25% from 255 or 32.72% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F5D is #3670A2. Grayscale: #9A9A9A. Windows color (decimal): -3567779 or 6131657. OLE color: 6131657.

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

Color convert

RGB20114393-
CMYK00.290.540.21
HSL27.78º50%57.65%-
HSV(B)27.78º53.73%78.82%-
XYZ35.8932.8514.81-
YUV154.6493.22161.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 143 (56.25% from 255) = 32.72%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=46.00%
G=32.72%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011439300.290.540.2127.785057.65
HexC98F5D01D36151c323a
Octal3112171350356625346272
Binary110010011000111110111010111011101101010111100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F5D; }

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

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

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

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

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

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

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

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