#CB9160

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

Shades of Whiskey #CB9160

Tints of Whiskey #CB9160

Color information

#CB9160 (or 0xCB9160) is unknown color: approx Whiskey. HEX triplet: CB, 91 and 60. RGB value is (203,145,96). Sum of RGB (Red+Green+Blue) = 203+145+96=444 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.72% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 96 (37.89% from 255 or 21.62% from 444); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9160 is #346E9F. Grayscale: #9D9D9D. Windows color (decimal): -3436192 or 6328779. OLE color: 6328779.

HSL color Cylindrical-coordinate representation of color #CB9160: hue angle of 27.48º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CB9160 is Cyan = 0, Magento = 0.29, Yellow = 0.53 and Black (K on CMYK) = 0.20.

Color convert

RGB20314596-
CMYK00.290.530.20
HSL27.48º50.71%58.63%-
HSV(B)27.48º52.71%79.61%-
XYZ36.8733.7915.65-
YUV156.7693.72160.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.72%
GREEN value IS 145 (57.03% from 255) = 32.66%
BLUE value IS 96 (37.89% from 255) = 21.62%
R=45.72%
G=32.66%
B=21.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031459600.290.530.2027.4850.7158.63
HexCB916001D35141b333b
Octal3132211400356524336373
Binary110010111001000111000000111011101011010011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9160; }

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

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

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

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

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

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

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

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