#CB9668

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

Shades of Whiskey #CB9668

Tints of Whiskey #CB9668

Color information

#CB9668 (or 0xCB9668) is unknown color: approx Whiskey. HEX triplet: CB, 96 and 68. RGB value is (203,150,104). Sum of RGB (Red+Green+Blue) = 203+150+104=457 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.42% from 457); Green value is 150 (58.98% from 255 or 32.82% from 457); Blue value is 104 (41.02% from 255 or 22.76% from 457); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9668 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9668 is #346997. Grayscale: #A0A0A0. Windows color (decimal): -3434904 or 6854347. OLE color: 6854347.

HSL color Cylindrical-coordinate representation of color #CB9668: hue angle of 27.88º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB9668 is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB203150104-
CMYK00.260.490.20
HSL27.88º48.77%60.2%-
HSV(B)27.88º48.77%79.61%-
XYZ38.0335.5117.95-
YUV160.696.06158.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.42%
GREEN value IS 150 (58.98% from 255) = 32.82%
BLUE value IS 104 (41.02% from 255) = 22.76%
R=44.42%
G=32.82%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20315010400.260.490.2027.8848.7760.2
HexCB966801A31141c313c
Octal3132261500326124346174
Binary110010111001011011010000110101100011010011100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9668; }

 p { color: rgb(203,150,104); }

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

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

 a { background-color: rgb(203,150,104); }

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

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

 span { border-color: rgb(203,150,104); }

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