#C98E63

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

Shades of Whiskey #C98E63

Tints of Whiskey #C98E63

Color information

#C98E63 (or 0xC98E63) is unknown color: approx Whiskey. HEX triplet: C9, 8E and 63. RGB value is (201,142,99). Sum of RGB (Red+Green+Blue) = 201+142+99=442 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.48% from 442); Green value is 142 (55.86% from 255 or 32.13% from 442); Blue value is 99 (39.06% from 255 or 22.40% from 442); Max value from RGB is 201 - color contains mainly: red. Hex color #C98E63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C98E63 is #36719C. Grayscale: #9A9A9A. Windows color (decimal): -3568029 or 6524617. OLE color: 6524617.

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

Color convert

RGB20114299-
CMYK00.290.510.21
HSL25.29º48.57%58.82%-
HSV(B)25.29º50.75%78.82%-
XYZ36.0132.6616.21-
YUV154.7496.55161-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.48%
GREEN value IS 142 (55.86% from 255) = 32.13%
BLUE value IS 99 (39.06% from 255) = 22.40%
R=45.48%
G=32.13%
B=22.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011429900.290.510.2125.2948.5758.82
HexC98E6301D331519313b
Octal3112161430356325316173
Binary110010011000111011000110111011100111010111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C98E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C98E63; }

 p { color: rgb(201,142,99); }

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

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

 a { background-color: rgb(201,142,99); }

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

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

 span { border-color: rgb(201,142,99); }

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