#CA8A5B

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

Shades of Whiskey #CA8A5B

Tints of Whiskey #CA8A5B

Color information

#CA8A5B (or 0xCA8A5B) is unknown color: approx Whiskey. HEX triplet: CA, 8A and 5B. RGB value is (202,138,91). Sum of RGB (Red+Green+Blue) = 202+138+91=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 138 (54.30% from 255 or 32.02% from 431); Blue value is 91 (35.94% from 255 or 21.11% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A5B is #3575A4. Grayscale: #989898. Windows color (decimal): -3503525 or 5999306. OLE color: 5999306.

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

Color convert

RGB20213891-
CMYK00.320.550.21
HSL25.41º51.15%57.45%-
HSV(B)25.41º54.95%79.22%-
XYZ35.3331.4914.11-
YUV151.7893.7163.82-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 138 (54.30% from 255) = 32.02%
BLUE value IS 91 (35.94% from 255) = 21.11%
R=46.87%
G=32.02%
B=21.11%

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
Decimal2021389100.320.550.2125.4151.1557.45
HexCA8A5B0203715193339
Octal3122121330406725316371
Binary1100101010001010101101101000001101111010111001110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A5B; }

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

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

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

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

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

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

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

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