#C99562

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

Shades of Whiskey #C99562

Tints of Whiskey #C99562

Color information

#C99562 (or 0xC99562) is unknown color: approx Whiskey. HEX triplet: C9, 95 and 62. RGB value is (201,149,98). Sum of RGB (Red+Green+Blue) = 201+149+98=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 98 (38.67% from 255 or 21.88% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C99562 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99562 is #366A9D. Grayscale: #9E9E9E. Windows color (decimal): -3566238 or 6460873. OLE color: 6460873.

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

Color convert

RGB20114998-
CMYK00.260.510.21
HSL29.71º48.82%58.63%-
HSV(B)29.71º51.24%78.82%-
XYZ37.0434.7916.32-
YUV158.7393.73158.15-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.87%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 98 (38.67% from 255) = 21.88%
R=44.87%
G=33.26%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011499800.260.510.2129.7148.8258.63
HexC9956201A33151e313b
Octal3112251420326325366173
Binary110010011001010111000100110101100111010111110110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99562; }

 p { color: rgb(201,149,98); }

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

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

 a { background-color: rgb(201,149,98); }

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

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

 span { border-color: rgb(201,149,98); }

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