#CA8D61

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

Shades of Whiskey #CA8D61

Tints of Whiskey #CA8D61

Color information

#CA8D61 (or 0xCA8D61) is unknown color: approx Whiskey. HEX triplet: CA, 8D and 61. RGB value is (202,141,97). Sum of RGB (Red+Green+Blue) = 202+141+97=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 141 (55.47% from 255 or 32.05% from 440); Blue value is 97 (38.28% from 255 or 22.05% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D61 is #35729E. Grayscale: #9A9A9A. Windows color (decimal): -3502751 or 6393290. OLE color: 6393290.

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

Color convert

RGB20214197-
CMYK00.300.520.21
HSL25.14º49.76%58.63%-
HSV(B)25.14º51.98%79.22%-
XYZ36.0432.4715.68-
YUV154.2295.71162.08-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 141 (55.47% from 255) = 32.05%
BLUE value IS 97 (38.28% from 255) = 22.05%
R=45.91%
G=32.05%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021419700.300.520.2125.1449.7658.63
HexCA8D6101E341519323b
Octal3122151410366425316273
Binary110010101000110111000010111101101001010111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D61; }

 p { color: rgb(202,141,97); }

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

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

 a { background-color: rgb(202,141,97); }

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

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

 span { border-color: rgb(202,141,97); }

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