#CB9560

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

Shades of Whiskey #CB9560

Tints of Whiskey #CB9560

Color information

#CB9560 (or 0xCB9560) is unknown color: approx Whiskey. HEX triplet: CB, 95 and 60. RGB value is (203,149,96). Sum of RGB (Red+Green+Blue) = 203+149+96=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 149 (58.59% from 255 or 33.26% from 448); Blue value is 96 (37.89% from 255 or 21.43% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9560 is #346A9F. Grayscale: #9F9F9F. Windows color (decimal): -3435168 or 6329803. OLE color: 6329803.

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

Color convert

RGB20314996-
CMYK00.270.530.20
HSL29.72º50.71%58.63%-
HSV(B)29.72º52.71%79.61%-
XYZ37.4935.0415.85-
YUV159.192.39159.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 149 (58.59% from 255) = 33.26%
BLUE value IS 96 (37.89% from 255) = 21.43%
R=45.31%
G=33.26%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031499600.270.530.2029.7250.7158.63
HexCB956001B35141e333b
Octal3132251400336524366373
Binary110010111001010111000000110111101011010011110110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9560; }

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

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

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

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

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

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

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

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