#CB9465

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

Shades of Whiskey #CB9465

Tints of Whiskey #CB9465

Color information

#CB9465 (or 0xCB9465) is unknown color: approx Whiskey. HEX triplet: CB, 94 and 65. RGB value is (203,148,101). Sum of RGB (Red+Green+Blue) = 203+148+101=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9465 is #346B9A. Grayscale: #9F9F9F. Windows color (decimal): -3435419 or 6657227. OLE color: 6657227.

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

Color convert

RGB203148101-
CMYK00.270.500.20
HSL27.65º49.51%59.61%-
HSV(B)27.65º50.25%79.61%-
XYZ37.5734.8217.05-
YUV159.0995.22159.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 148 (58.20% from 255) = 32.74%
BLUE value IS 101 (39.84% from 255) = 22.35%
R=44.91%
G=32.74%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314810100.270.500.2027.6549.5159.61
HexCB946501B32141c323c
Octal3132241450336224346274
Binary110010111001010011001010110111100101010011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9465; }

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

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

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

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

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

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

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

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