#C99462

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

Shades of Whiskey #C99462

Tints of Whiskey #C99462

Color information

#C99462 (or 0xC99462) is unknown color: approx Whiskey. HEX triplet: C9, 94 and 62. RGB value is (201,148,98). Sum of RGB (Red+Green+Blue) = 201+148+98=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 98 (38.67% from 255 or 21.92% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C99462 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99462 is #366B9D. Grayscale: #9E9E9E. Windows color (decimal): -3566494 or 6460617. OLE color: 6460617.

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

Color convert

RGB20114898-
CMYK00.260.510.21
HSL29.13º48.82%58.63%-
HSV(B)29.13º51.24%78.82%-
XYZ36.8834.4816.27-
YUV158.1594.06158.57-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 148 (58.20% from 255) = 33.11%
BLUE value IS 98 (38.67% from 255) = 21.92%
R=44.97%
G=33.11%
B=21.92%

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
Decimal2011489800.260.510.2129.1348.8258.63
HexC9946201A33151d313b
Octal3112241420326325356173
Binary110010011001010011000100110101100111010111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99462; }

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

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

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

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

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

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

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

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