#CA8C61

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

Shades of Whiskey #CA8C61

Tints of Whiskey #CA8C61

Color information

#CA8C61 (or 0xCA8C61) is unknown color: approx Whiskey. HEX triplet: CA, 8C and 61. RGB value is (202,140,97). Sum of RGB (Red+Green+Blue) = 202+140+97=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C61 is #35739E. Grayscale: #999999. Windows color (decimal): -3503007 or 6393034. OLE color: 6393034.

HSL color Cylindrical-coordinate representation of color #CA8C61: hue angle of 24.57º 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 #CA8C61 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB20214097-
CMYK00.310.520.21
HSL24.57º49.76%58.63%-
HSV(B)24.57º51.98%79.22%-
XYZ35.8932.1815.63-
YUV153.6496.04162.5-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.01%
GREEN value IS 140 (55.08% from 255) = 31.89%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=46.01%
G=31.89%
B=22.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021409700.310.520.2124.5749.7658.63
HexCA8C6101F341519323b
Octal3122141410376425316273
Binary110010101000110011000010111111101001010111001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C61; }

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

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

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

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

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

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

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

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