#CA8E5D

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

Shades of Whiskey #CA8E5D

Tints of Whiskey #CA8E5D

Color information

#CA8E5D (or 0xCA8E5D) is unknown color: approx Whiskey. HEX triplet: CA, 8E and 5D. RGB value is (202,142,93). Sum of RGB (Red+Green+Blue) = 202+142+93=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 142 (55.86% from 255 or 32.49% from 437); Blue value is 93 (36.72% from 255 or 21.28% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E5D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E5D is #3571A2. Grayscale: #9A9A9A. Windows color (decimal): -3502499 or 6131402. OLE color: 6131402.

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

Color convert

RGB20214293-
CMYK00.300.540.21
HSL26.97º50.7%57.84%-
HSV(B)26.97º53.96%79.22%-
XYZ36.0132.6914.77-
YUV154.3593.38161.98-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 142 (55.86% from 255) = 32.49%
BLUE value IS 93 (36.72% from 255) = 21.28%
R=46.22%
G=32.49%
B=21.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021429300.300.540.2126.9750.757.84
HexCA8E5D01E36151b333a
Octal3122161350366625336372
Binary110010101000111010111010111101101101010111011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E5D; }

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

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

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

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

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

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

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

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