#CA8E60

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

Shades of Whiskey #CA8E60

Tints of Whiskey #CA8E60

Color information

#CA8E60 (or 0xCA8E60) is unknown color: approx Whiskey. HEX triplet: CA, 8E and 60. RGB value is (202,142,96). Sum of RGB (Red+Green+Blue) = 202+142+96=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 96 (37.89% from 255 or 21.82% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E60 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E60 is #35719F. Grayscale: #9A9A9A. Windows color (decimal): -3502496 or 6328010. OLE color: 6328010.

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

Color convert

RGB20214296-
CMYK00.300.520.21
HSL26.04º50%58.43%-
HSV(B)26.04º52.48%79.22%-
XYZ36.1432.7515.48-
YUV154.794.88161.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 142 (55.86% from 255) = 32.27%
BLUE value IS 96 (37.89% from 255) = 21.82%
R=45.91%
G=32.27%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021429600.300.520.2126.045058.43
HexCA8E6001E34151a323a
Octal3122161400366425326272
Binary110010101000111011000000111101101001010111010110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E60; }

 p { color: rgb(202,142,96); }

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

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

 a { background-color: rgb(202,142,96); }

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

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

 span { border-color: rgb(202,142,96); }

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