#C98A5C

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

Shades of Whiskey #C98A5C

Tints of Whiskey #C98A5C

Color information

#C98A5C (or 0xC98A5C) is unknown color: approx Whiskey. HEX triplet: C9, 8A and 5C. RGB value is (201,138,92). Sum of RGB (Red+Green+Blue) = 201+138+92=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 92 (36.33% from 255 or 21.35% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C98A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98A5C is #3675A3. Grayscale: #979797. Windows color (decimal): -3569060 or 6064841. OLE color: 6064841.

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

Color convert

RGB20113892-
CMYK00.310.540.21
HSL25.32º50.23%57.45%-
HSV(B)25.32º54.23%78.82%-
XYZ35.1131.3714.33-
YUV151.5994.37163.24-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 92 (36.33% from 255) = 21.35%
R=46.64%
G=32.02%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011389200.310.540.2125.3250.2357.45
HexC98A5C01F3615193239
Octal3112121340376625316271
Binary110010011000101010111000111111101101010111001110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98A5C; }

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

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

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

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

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

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

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

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