#CA9163

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

Shades of Whiskey #CA9163

Tints of Whiskey #CA9163

Color information

#CA9163 (or 0xCA9163) is unknown color: approx Whiskey. HEX triplet: CA, 91 and 63. RGB value is (202,145,99). Sum of RGB (Red+Green+Blue) = 202+145+99=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 99 (39.06% from 255 or 22.20% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9163 is #356E9C. Grayscale: #9D9D9D. Windows color (decimal): -3501725 or 6525386. OLE color: 6525386.

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

Color convert

RGB20214599-
CMYK00.280.510.21
HSL26.8º49.28%59.02%-
HSV(B)26.8º50.99%79.22%-
XYZ36.7333.7116.37-
YUV156.895.38160.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 145 (57.03% from 255) = 32.51%
BLUE value IS 99 (39.06% from 255) = 22.20%
R=45.29%
G=32.51%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021459900.280.510.2126.849.2859.02
HexCA916301C33151b313b
Octal3122211430346325336173
Binary110010101001000111000110111001100111010111011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9163; }

 p { color: rgb(202,145,99); }

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

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

 a { background-color: rgb(202,145,99); }

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

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

 span { border-color: rgb(202,145,99); }

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