#CA9166

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

Shades of Whiskey #CA9166

Tints of Whiskey #CA9166

Color information

#CA9166 (or 0xCA9166) is unknown color: approx Whiskey. HEX triplet: CA, 91 and 66. RGB value is (202,145,102). Sum of RGB (Red+Green+Blue) = 202+145+102=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 102 (40.23% from 255 or 22.72% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9166 is #356E99. Grayscale: #9D9D9D. Windows color (decimal): -3501722 or 6721994. OLE color: 6721994.

HSL color Cylindrical-coordinate representation of color #CA9166: hue angle of 25.8º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA9166 is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202145102-
CMYK00.280.500.21
HSL25.8º48.54%59.61%-
HSV(B)25.8º49.5%79.22%-
XYZ36.8833.7717.14-
YUV157.1496.88160-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 102 (40.23% from 255) = 22.72%
R=44.99%
G=32.29%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214510200.280.500.2125.848.5459.61
HexCA916601C32151a313c
Octal3122211460346225326174
Binary110010101001000111001100111001100101010111010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9166; }

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

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

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

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

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

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

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

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