#CA8960

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

Shades of Whiskey #CA8960

Tints of Whiskey #CA8960

Color information

#CA8960 (or 0xCA8960) is unknown color: approx Whiskey. HEX triplet: CA, 89 and 60. RGB value is (202,137,96). Sum of RGB (Red+Green+Blue) = 202+137+96=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 137 (53.91% from 255 or 31.49% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8960 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8960 is #35769F. Grayscale: #979797. Windows color (decimal): -3503776 or 6326730. OLE color: 6326730.

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

Color convert

RGB20213796-
CMYK00.320.520.21
HSL23.21º50%58.43%-
HSV(B)23.21º52.48%79.22%-
XYZ35.4131.2915.24-
YUV151.7696.53163.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.44%
GREEN value IS 137 (53.91% from 255) = 31.49%
BLUE value IS 96 (37.89% from 255) = 22.07%
R=46.44%
G=31.49%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021379600.320.520.2123.215058.43
HexCA8960020341517323a
Octal3122111400406425276272
Binary1100101010001001110000001000001101001010110111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8960; }

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

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

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

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

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

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

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

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