#CB9163

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

Shades of Whiskey #CB9163

Tints of Whiskey #CB9163

Color information

#CB9163 (or 0xCB9163) is unknown color: approx Whiskey. HEX triplet: CB, 91 and 63. RGB value is (203,145,99). Sum of RGB (Red+Green+Blue) = 203+145+99=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 145 (57.03% from 255 or 32.44% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9163 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9163 is #346E9C. Grayscale: #9D9D9D. Windows color (decimal): -3436189 or 6525387. OLE color: 6525387.

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

Color convert

RGB20314599-
CMYK00.290.510.20
HSL26.54º50%59.22%-
HSV(B)26.54º51.23%79.61%-
XYZ37.0133.8516.39-
YUV157.195.22160.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 145 (57.03% from 255) = 32.44%
BLUE value IS 99 (39.06% from 255) = 22.15%
R=45.41%
G=32.44%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031459900.290.510.2026.545059.22
HexCB916301D33141b323b
Octal3132211430356324336273
Binary110010111001000111000110111011100111010011011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9163; }

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

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

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

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

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

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

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

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