#C99363

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

Shades of Whiskey #C99363

Tints of Whiskey #C99363

Color information

#C99363 (or 0xC99363) is unknown color: approx Whiskey. HEX triplet: C9, 93 and 63. RGB value is (201,147,99). Sum of RGB (Red+Green+Blue) = 201+147+99=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 147 (57.81% from 255 or 32.89% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C99363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99363 is #366C9C. Grayscale: #9D9D9D. Windows color (decimal): -3566749 or 6525897. OLE color: 6525897.

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

Color convert

RGB20114799-
CMYK00.270.510.21
HSL28.24º48.57%58.82%-
HSV(B)28.24º50.75%78.82%-
XYZ36.7734.1916.46-
YUV157.6794.89158.9-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.97%
GREEN value IS 147 (57.81% from 255) = 32.89%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=44.97%
G=32.89%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011479900.270.510.2128.2448.5758.82
HexC9936301B33151c313b
Octal3112231430336325346173
Binary110010011001001111000110110111100111010111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99363; }

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

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

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

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

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

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

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

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