#CA9664

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

Shades of Whiskey #CA9664

Tints of Whiskey #CA9664

Color information

#CA9664 (or 0xCA9664) is unknown color: approx Whiskey. HEX triplet: CA, 96 and 64. RGB value is (202,150,100). Sum of RGB (Red+Green+Blue) = 202+150+100=452 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.69% from 452); Green value is 150 (58.98% from 255 or 33.19% from 452); Blue value is 100 (39.45% from 255 or 22.12% from 452); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9664 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9664 is #35699B. Grayscale: #A0A0A0. Windows color (decimal): -3500444 or 6592202. OLE color: 6592202.

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

Color convert

RGB202150100-
CMYK00.260.500.21
HSL29.41º49.04%59.22%-
HSV(B)29.41º50.5%79.22%-
XYZ37.5635.2916.89-
YUV159.8594.23158.07-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.69%
GREEN value IS 150 (58.98% from 255) = 33.19%
BLUE value IS 100 (39.45% from 255) = 22.12%
R=44.69%
G=33.19%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20215010000.260.500.2129.4149.0459.22
HexCA966401A32151d313b
Octal3122261440326225356173
Binary110010101001011011001000110101100101010111101110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9664; }

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

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

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

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

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

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

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

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