#CA8D6A

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

Shades of Whiskey #CA8D6A

Tints of Whiskey #CA8D6A

Color information

#CA8D6A (or 0xCA8D6A) is unknown color: approx Whiskey. HEX triplet: CA, 8D and 6A. RGB value is (202,141,106). Sum of RGB (Red+Green+Blue) = 202+141+106=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 141 (55.47% from 255 or 31.40% from 449); Blue value is 106 (41.80% from 255 or 23.61% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8D6A is #357295. Grayscale: #9B9B9B. Windows color (decimal): -3502742 or 6983114. OLE color: 6983114.

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

Color convert

RGB202141106-
CMYK00.300.480.21
HSL21.88º47.52%60.39%-
HSV(B)21.88º47.52%79.22%-
XYZ36.4832.6518.01-
YUV155.25100.21161.35-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 141 (55.47% from 255) = 31.40%
BLUE value IS 106 (41.80% from 255) = 23.61%
R=44.99%
G=31.40%
B=23.61%

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
Decimal20214110600.300.480.2121.8847.5260.39
HexCA8D6A01E301516303c
Octal3122151520366025266074
Binary110010101000110111010100111101100001010110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8D6A; }

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

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

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

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

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

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

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

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