#C98D5D

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

Shades of Whiskey #C98D5D

Tints of Whiskey #C98D5D

Color information

#C98D5D (or 0xC98D5D) is unknown color: approx Whiskey. HEX triplet: C9, 8D and 5D. RGB value is (201,141,93). Sum of RGB (Red+Green+Blue) = 201+141+93=435 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.21% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 93 (36.72% from 255 or 21.38% from 435); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D5D is #3672A2. Grayscale: #999999. Windows color (decimal): -3568291 or 6131145. OLE color: 6131145.

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

Color convert

RGB20114193-
CMYK00.300.540.21
HSL26.67º50%57.65%-
HSV(B)26.67º53.73%78.82%-
XYZ35.5932.2614.71-
YUV153.4793.88161.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.21%
GREEN value IS 141 (55.47% from 255) = 32.41%
BLUE value IS 93 (36.72% from 255) = 21.38%
R=46.21%
G=32.41%
B=21.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011419300.300.540.2126.675057.65
HexC98D5D01E36151b323a
Octal3112151350366625336272
Binary110010011000110110111010111101101101010111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D5D; }

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

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

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

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

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

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

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

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