#CA9168

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

Shades of Whiskey #CA9168

Tints of Whiskey #CA9168

Color information

#CA9168 (or 0xCA9168) is unknown color: approx Whiskey. HEX triplet: CA, 91 and 68. RGB value is (202,145,104). Sum of RGB (Red+Green+Blue) = 202+145+104=451 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.79% from 451); Green value is 145 (57.03% from 255 or 32.15% from 451); Blue value is 104 (41.02% from 255 or 23.06% from 451); Max value from RGB is 202 - color contains mainly: red. Hex color #CA9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA9168 is #356E97. Grayscale: #9D9D9D. Windows color (decimal): -3501720 or 6853066. OLE color: 6853066.

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

Color convert

RGB202145104-
CMYK00.280.490.21
HSL25.1º48.04%60%-
HSV(B)25.1º48.51%79.22%-
XYZ36.9833.8117.67-
YUV157.3797.88159.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.79%
GREEN value IS 145 (57.03% from 255) = 32.15%
BLUE value IS 104 (41.02% from 255) = 23.06%
R=44.79%
G=32.15%
B=23.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20214510400.280.490.2125.148.0460
HexCA916801C311519303c
Octal3122211500346125316074
Binary110010101001000111010000111001100011010111001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA9168; }

 p { color: rgb(202,145,104); }

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

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

 a { background-color: rgb(202,145,104); }

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

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

 span { border-color: rgb(202,145,104); }

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