#C98F5F

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

Shades of Whiskey #C98F5F

Tints of Whiskey #C98F5F

Color information

#C98F5F (or 0xC98F5F) is unknown color: approx Whiskey. HEX triplet: C9, 8F and 5F. RGB value is (201,143,95). Sum of RGB (Red+Green+Blue) = 201+143+95=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C98F5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98F5F is #3670A0. Grayscale: #9B9B9B. Windows color (decimal): -3567777 or 6262729. OLE color: 6262729.

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

Color convert

RGB20114395-
CMYK00.290.530.21
HSL27.17º49.53%58.04%-
HSV(B)27.17º52.74%78.82%-
XYZ35.9832.8915.28-
YUV154.8794.22160.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 95 (37.5% from 255) = 21.64%
R=45.79%
G=32.57%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011439500.290.530.2127.1749.5358.04
HexC98F5F01D35151b323a
Octal3112171370356525336272
Binary110010011000111110111110111011101011010111011110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98F5F; }

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

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

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

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

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

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

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

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