#CB9563

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

Shades of Whiskey #CB9563

Tints of Whiskey #CB9563

Color information

#CB9563 (or 0xCB9563) is unknown color: approx Whiskey. HEX triplet: CB, 95 and 63. RGB value is (203,149,99). Sum of RGB (Red+Green+Blue) = 203+149+99=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 149 (58.59% from 255 or 33.04% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9563 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9563 is #346A9C. Grayscale: #9F9F9F. Windows color (decimal): -3435165 or 6526411. OLE color: 6526411.

HSL color Cylindrical-coordinate representation of color #CB9563: hue angle of 28.85º 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 #CB9563 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB20314999-
CMYK00.270.510.20
HSL28.85º50%59.22%-
HSV(B)28.85º51.23%79.61%-
XYZ37.6335.0916.59-
YUV159.4593.89159.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 149 (58.59% from 255) = 33.04%
BLUE value IS 99 (39.06% from 255) = 21.95%
R=45.01%
G=33.04%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.51
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031499900.270.510.2028.855059.22
HexCB956301B33141d323b
Octal3132251430336324356273
Binary110010111001010111000110110111100111010011101110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9563; }

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

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

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

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

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

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

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

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