#CA8C69

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

Shades of Whiskey #CA8C69

Tints of Whiskey #CA8C69

Color information

#CA8C69 (or 0xCA8C69) is unknown color: approx Whiskey. HEX triplet: CA, 8C and 69. RGB value is (202,140,105). Sum of RGB (Red+Green+Blue) = 202+140+105=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 140 (55.08% from 255 or 31.32% from 447); Blue value is 105 (41.41% from 255 or 23.49% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8C69 is #357396. Grayscale: #9A9A9A. Windows color (decimal): -3502999 or 6917322. OLE color: 6917322.

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

Color convert

RGB202140105-
CMYK00.310.480.21
HSL21.65º47.78%60.2%-
HSV(B)21.65º48.02%79.22%-
XYZ36.2932.3317.69-
YUV154.55100.04161.85-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.19%
GREEN value IS 140 (55.08% from 255) = 31.32%
BLUE value IS 105 (41.41% from 255) = 23.49%
R=45.19%
G=31.32%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.48
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214010500.310.480.2121.6547.7860.2
HexCA8C6901F301516303c
Octal3122141510376025266074
Binary110010101000110011010010111111100001010110110110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA8C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA8C69; }

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

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

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

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

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

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

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

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