#CA8A63

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

Shades of Whiskey #CA8A63

Tints of Whiskey #CA8A63

Color information

#CA8A63 (or 0xCA8A63) is unknown color: approx Whiskey. HEX triplet: CA, 8A and 63. RGB value is (202,138,99). Sum of RGB (Red+Green+Blue) = 202+138+99=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 138 (54.30% from 255 or 31.44% from 439); Blue value is 99 (39.06% from 255 or 22.55% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8A63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8A63 is #35759C. Grayscale: #989898. Windows color (decimal): -3503517 or 6523594. OLE color: 6523594.

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

Color convert

RGB20213899-
CMYK00.320.510.21
HSL22.72º49.28%59.02%-
HSV(B)22.72º50.99%79.22%-
XYZ35.731.6316.03-
YUV152.6997.7163.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 138 (54.30% from 255) = 31.44%
BLUE value IS 99 (39.06% from 255) = 22.55%
R=46.01%
G=31.44%
B=22.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021389900.320.510.2122.7249.2859.02
HexCA8A63020331517313b
Octal3122121430406325276173
Binary1100101010001010110001101000001100111010110111110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8A63; }

 p { color: rgb(202,138,99); }

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

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

 a { background-color: rgb(202,138,99); }

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

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

 span { border-color: rgb(202,138,99); }

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