#C99263

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

Shades of Whiskey #C99263

Tints of Whiskey #C99263

Color information

#C99263 (or 0xC99263) is unknown color: approx Whiskey. HEX triplet: C9, 92 and 63. RGB value is (201,146,99). Sum of RGB (Red+Green+Blue) = 201+146+99=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 146 (57.42% from 255 or 32.74% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C99263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C99263 is #366D9C. Grayscale: #9D9D9D. Windows color (decimal): -3567005 or 6525641. OLE color: 6525641.

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

Color convert

RGB20114699-
CMYK00.270.510.21
HSL27.65º48.57%58.82%-
HSV(B)27.65º50.75%78.82%-
XYZ36.6233.8816.41-
YUV157.0995.22159.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.07%
GREEN value IS 146 (57.42% from 255) = 32.74%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=45.07%
G=32.74%
B=22.20%

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
Decimal2011469900.270.510.2127.6548.5758.82
HexC9926301B33151c313b
Octal3112221430336325346173
Binary110010011001001011000110110111100111010111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99263; }

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

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

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

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

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

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

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

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