#C98B59

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

Shades of Whiskey Sour #C98B59

Tints of Whiskey Sour #C98B59

Color information

#C98B59 (or 0xC98B59) is unknown color: approx Whiskey Sour. HEX triplet: C9, 8B and 59. RGB value is (201,139,89). Sum of RGB (Red+Green+Blue) = 201+139+89=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 139 (54.69% from 255 or 32.40% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C98B59 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98B59 is #3674A6. Grayscale: #989898. Windows color (decimal): -3568807 or 5868489. OLE color: 5868489.

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

Color convert

RGB20113989-
CMYK00.310.560.21
HSL26.79º50.91%56.86%-
HSV(B)26.79º55.72%78.82%-
XYZ35.1231.613.7-
YUV151.8492.54163.07-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.85%
GREEN value IS 139 (54.69% from 255) = 32.40%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=46.85%
G=32.40%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011398900.310.560.2126.7950.9156.86
HexC98B5901F38151b3339
Octal3112131310377025336371
Binary110010011000101110110010111111110001010111011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98B59; }

 p { color: rgb(201,139,89); }

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

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

 a { background-color: rgb(201,139,89); }

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

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

 span { border-color: rgb(201,139,89); }

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