#ca9661

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

Shades of Whiskey #CA9661

Tints of Whiskey #CA9661

Color information

#CA9661 (or 0xCA9661) is unknown color: approx Whiskey. HEX triplet: CA, 96 and 61. RGB value is (202,150,97). Sum of RGB (Red+Green+Blue) = 202+150+97=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 97 (38.28% from 255 or 21.60% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9661 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9661 is #35699E. Grayscale: #9F9F9F. Windows color (decimal): -3500447 or 6395594. OLE color: 6395594.

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

Color convert

RGB20215097-
CMYK00.260.520.21
HSL30.29º49.76%58.63%-
HSV(B)30.29º51.98%79.22%-
XYZ37.4235.2316.14-
YUV159.5192.73158.31-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 150 (58.98% from 255) = 33.41%
BLUE value IS 97 (38.28% from 255) = 21.60%
R=44.99%
G=33.41%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021509700.260.520.2130.2949.7658.63
HexCA966101A34151e323b
Octal3122261410326425366273
Binary110010101001011011000010110101101001010111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca9661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca9661; }

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

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

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

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

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

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

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

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