#CA9464

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

Shades of Whiskey #CA9464

Tints of Whiskey #CA9464

Color information

#CA9464 (or 0xCA9464) is unknown color: approx Whiskey. HEX triplet: CA, 94 and 64. RGB value is (202,148,100). Sum of RGB (Red+Green+Blue) = 202+148+100=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 100 (39.45% from 255 or 22.22% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9464 is #356B9B. Grayscale: #9E9E9E. Windows color (decimal): -3500956 or 6591690. OLE color: 6591690.

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

Color convert

RGB202148100-
CMYK00.270.500.21
HSL28.24º49.04%59.22%-
HSV(B)28.24º50.5%79.22%-
XYZ37.2534.6616.78-
YUV158.6794.89158.9-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 148 (58.20% from 255) = 32.89%
BLUE value IS 100 (39.45% from 255) = 22.22%
R=44.89%
G=32.89%
B=22.22%

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
Decimal20214810000.270.500.2128.2449.0459.22
HexCA946401B32151c313b
Octal3122241440336225346173
Binary110010101001010011001000110111100101010111100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9464; }

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

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

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

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

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

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

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

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