#CF9160

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

Shades of Whiskey #CF9160

Tints of Whiskey #CF9160

Color information

#CF9160 (or 0xCF9160) is unknown color: approx Whiskey. HEX triplet: CF, 91 and 60. RGB value is (207,145,96). Sum of RGB (Red+Green+Blue) = 207+145+96=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 145 (57.03% from 255 or 32.37% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9160 is #306E9F. Grayscale: #9E9E9E. Windows color (decimal): -3174048 or 6328783. OLE color: 6328783.

HSL color Cylindrical-coordinate representation of color #CF9160: hue angle of 26.49º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF9160 is Cyan = 0, Magento = 0.30, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB20714596-
CMYK00.300.540.19
HSL26.49º53.62%59.41%-
HSV(B)26.49º53.62%81.18%-
XYZ37.9734.3615.7-
YUV157.9593.04162.98-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.21%
GREEN value IS 145 (57.03% from 255) = 32.37%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=46.21%
G=32.37%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.54
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071459600.300.540.1926.4953.6259.41
HexCF916001E36131a363b
Octal3172211400366623326673
Binary110011111001000111000000111101101101001111010110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9160; }

 p { color: rgb(207,145,96); }

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

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

 a { background-color: rgb(207,145,96); }

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

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

 span { border-color: rgb(207,145,96); }

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