#CA8E64

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

Shades of Whiskey #CA8E64

Tints of Whiskey #CA8E64

Color information

#CA8E64 (or 0xCA8E64) is unknown color: approx Whiskey. HEX triplet: CA, 8E and 64. RGB value is (202,142,100). Sum of RGB (Red+Green+Blue) = 202+142+100=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E64 is #35719B. Grayscale: #9B9B9B. Windows color (decimal): -3502492 or 6590154. OLE color: 6590154.

HSL color Cylindrical-coordinate representation of color #CA8E64: hue angle of 24.71º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA8E64 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.21.

Color convert

RGB202142100-
CMYK00.300.500.21
HSL24.71º49.04%59.22%-
HSV(B)24.71º50.5%79.22%-
XYZ36.3332.8216.48-
YUV155.1596.88161.42-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.50%
GREEN value IS 142 (55.86% from 255) = 31.98%
BLUE value IS 100 (39.45% from 255) = 22.52%
R=45.50%
G=31.98%
B=22.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214210000.300.500.2124.7149.0459.22
HexCA8E6401E321519313b
Octal3122161440366225316173
Binary110010101000111011001000111101100101010111001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E64; }

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

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

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

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

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

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

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

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