#CA9561

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

Shades of Whiskey #CA9561

Tints of Whiskey #CA9561

Color information

#CA9561 (or 0xCA9561) is unknown color: approx Whiskey. HEX triplet: CA, 95 and 61. RGB value is (202,149,97). Sum of RGB (Red+Green+Blue) = 202+149+97=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 97 (38.28% from 255 or 21.65% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9561 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9561 is #356A9E. Grayscale: #9F9F9F. Windows color (decimal): -3500703 or 6395338. OLE color: 6395338.

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

Color convert

RGB20214997-
CMYK00.260.520.21
HSL29.71º49.76%58.63%-
HSV(B)29.71º51.98%79.22%-
XYZ37.2634.9116.08-
YUV158.9293.06158.73-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 97 (38.28% from 255) = 21.65%
R=45.09%
G=33.26%
B=21.65%

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
Decimal2021499700.260.520.2129.7149.7658.63
HexCA956101A34151e323b
Octal3122251410326425366273
Binary110010101001010111000010110101101001010111110110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9561; }

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

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

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

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

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

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

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

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