#CA8E69

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

Shades of Whiskey #CA8E69

Tints of Whiskey #CA8E69

Color information

#CA8E69 (or 0xCA8E69) is unknown color: approx Whiskey. HEX triplet: CA, 8E and 69. RGB value is (202,142,105). Sum of RGB (Red+Green+Blue) = 202+142+105=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 105 (41.41% from 255 or 23.39% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E69 is #357196. Grayscale: #9B9B9B. Windows color (decimal): -3502487 or 6917834. OLE color: 6917834.

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

Color convert

RGB202142105-
CMYK00.300.480.21
HSL22.89º47.78%60.2%-
HSV(B)22.89º48.02%79.22%-
XYZ36.5832.9217.79-
YUV155.7299.38161.01-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 105 (41.41% from 255) = 23.39%
R=44.99%
G=31.63%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214210500.300.480.2122.8947.7860.2
HexCA8E6901E301517303c
Octal3122161510366025276074
Binary110010101000111011010010111101100001010110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E69; }

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

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

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

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

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

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

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

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