#C98D5C

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

Shades of Whiskey #C98D5C

Tints of Whiskey #C98D5C

Color information

#C98D5C (or 0xC98D5C) is unknown color: approx Whiskey. HEX triplet: C9, 8D and 5C. RGB value is (201,141,92). Sum of RGB (Red+Green+Blue) = 201+141+92=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 92 (36.33% from 255 or 21.20% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C98D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98D5C is #3672A3. Grayscale: #999999. Windows color (decimal): -3568292 or 6065609. OLE color: 6065609.

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

Color convert

RGB20114192-
CMYK00.300.540.21
HSL26.97º50.23%57.45%-
HSV(B)26.97º54.23%78.82%-
XYZ35.5432.2414.47-
YUV153.3593.38161.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.31%
GREEN value IS 141 (55.47% from 255) = 32.49%
BLUE value IS 92 (36.33% from 255) = 21.20%
R=46.31%
G=32.49%
B=21.20%

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
Decimal2011419200.300.540.2126.9750.2357.45
HexC98D5C01E36151b3239
Octal3112151340366625336271
Binary110010011000110110111000111101101101010111011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98D5C; }

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

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

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

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

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

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

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

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