#CA9466

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

Shades of Whiskey #CA9466

Tints of Whiskey #CA9466

Color information

#CA9466 (or 0xCA9466) is unknown color: approx Whiskey. HEX triplet: CA, 94 and 66. RGB value is (202,148,102). Sum of RGB (Red+Green+Blue) = 202+148+102=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 102 (40.23% from 255 or 22.57% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9466 is #356B99. Grayscale: #9F9F9F. Windows color (decimal): -3500954 or 6722762. OLE color: 6722762.

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

Color convert

RGB202148102-
CMYK00.270.500.21
HSL27.6º48.54%59.61%-
HSV(B)27.6º49.5%79.22%-
XYZ37.3534.717.3-
YUV158.995.89158.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 102 (40.23% from 255) = 22.57%
R=44.69%
G=32.74%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214810200.270.500.2127.648.5459.61
HexCA946601B32151c313c
Octal3122241460336225346174
Binary110010101001010011001100110111100101010111100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9466; }

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

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

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

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

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

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

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

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