#CB9464

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

Shades of Whiskey #CB9464

Tints of Whiskey #CB9464

Color information

#CB9464 (or 0xCB9464) is unknown color: approx Whiskey. HEX triplet: CB, 94 and 64. RGB value is (203,148,100). Sum of RGB (Red+Green+Blue) = 203+148+100=451 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.01% from 451); Green value is 148 (58.20% from 255 or 32.82% from 451); Blue value is 100 (39.45% from 255 or 22.17% from 451); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9464 is #346B9B. Grayscale: #9F9F9F. Windows color (decimal): -3435420 or 6591691. OLE color: 6591691.

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

Color convert

RGB203148100-
CMYK00.270.510.20
HSL27.96º49.76%59.41%-
HSV(B)27.96º50.74%79.61%-
XYZ37.5234.816.8-
YUV158.9794.72159.4-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.01%
GREEN value IS 148 (58.20% from 255) = 32.82%
BLUE value IS 100 (39.45% from 255) = 22.17%
R=45.01%
G=32.82%
B=22.17%

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
Decimal20314810000.270.510.2027.9649.7659.41
HexCB946401B33141c323b
Octal3132241440336324346273
Binary110010111001010011001000110111100111010011100110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9464; }

 p { color: rgb(203,148,100); }

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

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

 a { background-color: rgb(203,148,100); }

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

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

 span { border-color: rgb(203,148,100); }

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