#CA895B

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

Shades of Whiskey #CA895B

Tints of Whiskey #CA895B

Color information

#CA895B (or 0xCA895B) is unknown color: approx Whiskey. HEX triplet: CA, 89 and 5B. RGB value is (202,137,91). Sum of RGB (Red+Green+Blue) = 202+137+91=430 (56% of max value = 765). Red value is 202 (79.30% from 255 or 46.98% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 91 (35.94% from 255 or 21.16% from 430); Max value from RGB is 202 - color contains mainly: red. Hex color #CA895B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA895B is #3576A4. Grayscale: #979797. Windows color (decimal): -3503781 or 5999050. OLE color: 5999050.

HSL color Cylindrical-coordinate representation of color #CA895B: hue angle of 24.86º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CA895B is Cyan = 0, Magento = 0.32, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB20213791-
CMYK00.320.550.21
HSL24.86º51.15%57.45%-
HSV(B)24.86º54.95%79.22%-
XYZ35.1931.214.07-
YUV151.1994.03164.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.98%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 91 (35.94% from 255) = 21.16%
R=46.98%
G=31.86%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021379100.320.550.2124.8651.1557.45
HexCA895B0203715193339
Octal3122111330406725316371
Binary1100101010001001101101101000001101111010111001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA895B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA895B; }

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

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

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

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

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

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

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

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