#CA9162

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

Shades of Whiskey #CA9162

Tints of Whiskey #CA9162

Color information

#CA9162 (or 0xCA9162) is unknown color: approx Whiskey. HEX triplet: CA, 91 and 62. RGB value is (202,145,98). Sum of RGB (Red+Green+Blue) = 202+145+98=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 145 (57.03% from 255 or 32.58% from 445); Blue value is 98 (38.67% from 255 or 22.02% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9162 is #356E9D. Grayscale: #9C9C9C. Windows color (decimal): -3501726 or 6459850. OLE color: 6459850.

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

Color convert

RGB20214598-
CMYK00.280.510.21
HSL27.12º49.52%58.82%-
HSV(B)27.12º51.49%79.22%-
XYZ36.6933.6916.12-
YUV156.6894.88160.32-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 145 (57.03% from 255) = 32.58%
BLUE value IS 98 (38.67% from 255) = 22.02%
R=45.39%
G=32.58%
B=22.02%

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
Decimal2021459800.280.510.2127.1249.5258.82
HexCA916201C33151b323b
Octal3122211420346325336273
Binary110010101001000111000100111001100111010111011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9162; }

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

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

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

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

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

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

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

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