#CA8B5F

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

Shades of Whiskey #CA8B5F

Tints of Whiskey #CA8B5F

Color information

#CA8B5F (or 0xCA8B5F) is unknown color: approx Whiskey. HEX triplet: CA, 8B and 5F. RGB value is (202,139,95). Sum of RGB (Red+Green+Blue) = 202+139+95=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 95 (37.5% from 255 or 21.79% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8B5F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8B5F is #3574A0. Grayscale: #999999. Windows color (decimal): -3503265 or 6261706. OLE color: 6261706.

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

Color convert

RGB20213995-
CMYK00.310.530.21
HSL24.67º50.23%58.24%-
HSV(B)24.67º52.97%79.22%-
XYZ35.6631.8515.09-
YUV152.8295.37163.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.33%
GREEN value IS 139 (54.69% from 255) = 31.88%
BLUE value IS 95 (37.5% from 255) = 21.79%
R=46.33%
G=31.88%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021399500.310.530.2124.6750.2358.24
HexCA8B5F01F351519323a
Octal3122131370376525316272
Binary110010101000101110111110111111101011010111001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8B5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8B5F; }

 p { color: rgb(202,139,95); }

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

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

 a { background-color: rgb(202,139,95); }

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

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

 span { border-color: rgb(202,139,95); }

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