#CA8E68

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

Shades of Whiskey #CA8E68

Tints of Whiskey #CA8E68

Color information

#CA8E68 (or 0xCA8E68) is unknown color: approx Whiskey. HEX triplet: CA, 8E and 68. RGB value is (202,142,104). Sum of RGB (Red+Green+Blue) = 202+142+104=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8E68 is #357197. Grayscale: #9B9B9B. Windows color (decimal): -3502488 or 6852298. OLE color: 6852298.

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

Color convert

RGB202142104-
CMYK00.300.490.21
HSL23.27º48.04%60%-
HSV(B)23.27º48.51%79.22%-
XYZ36.5332.917.52-
YUV155.6198.88161.09-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.09%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=45.09%
G=31.70%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214210400.300.490.2123.2748.0460
HexCA8E6801E311517303c
Octal3122161500366125276074
Binary110010101000111011010000111101100011010110111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8E68; }

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

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

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

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

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

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

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

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