#CB9060

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

Shades of Whiskey #CB9060

Tints of Whiskey #CB9060

Color information

#CB9060 (or 0xCB9060) is unknown color: approx Whiskey. HEX triplet: CB, 90 and 60. RGB value is (203,144,96). Sum of RGB (Red+Green+Blue) = 203+144+96=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 144 (56.64% from 255 or 32.51% from 443); Blue value is 96 (37.89% from 255 or 21.67% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9060 is #346F9F. Grayscale: #9C9C9C. Windows color (decimal): -3436448 or 6328523. OLE color: 6328523.

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

Color convert

RGB20314496-
CMYK00.290.530.20
HSL26.92º50.71%58.63%-
HSV(B)26.92º52.71%79.61%-
XYZ36.7133.4915.6-
YUV156.1794.05161.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.82%
GREEN value IS 144 (56.64% from 255) = 32.51%
BLUE value IS 96 (37.89% from 255) = 21.67%
R=45.82%
G=32.51%
B=21.67%

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
Decimal2031449600.290.530.2026.9250.7158.63
HexCB906001D35141b333b
Octal3132201400356524336373
Binary110010111001000011000000111011101011010011011110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9060; }

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

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

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

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

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

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

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

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