#CB9360

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

Shades of Whiskey #CB9360

Tints of Whiskey #CB9360

Color information

#CB9360 (or 0xCB9360) is unknown color: approx Whiskey. HEX triplet: CB, 93 and 60. RGB value is (203,147,96). Sum of RGB (Red+Green+Blue) = 203+147+96=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9360 is #346C9F. Grayscale: #9E9E9E. Windows color (decimal): -3435680 or 6329291. OLE color: 6329291.

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

Color convert

RGB20314796-
CMYK00.280.530.20
HSL28.6º50.71%58.63%-
HSV(B)28.6º52.71%79.61%-
XYZ37.1734.4115.75-
YUV157.9393.05160.15-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 147 (57.81% from 255) = 32.96%
BLUE value IS 96 (37.89% from 255) = 21.52%
R=45.52%
G=32.96%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031479600.280.530.2028.650.7158.63
HexCB936001C35141d333b
Octal3132231400346524356373
Binary110010111001001111000000111001101011010011101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9360; }

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

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

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

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

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

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

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

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