#CB9468

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

Shades of Whiskey #CB9468

Tints of Whiskey #CB9468

Color information

#CB9468 (or 0xCB9468) is unknown color: approx Whiskey. HEX triplet: CB, 94 and 68. RGB value is (203,148,104). Sum of RGB (Red+Green+Blue) = 203+148+104=455 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.62% from 455); Green value is 148 (58.20% from 255 or 32.53% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9468 is #346B97. Grayscale: #9F9F9F. Windows color (decimal): -3435416 or 6853835. OLE color: 6853835.

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

Color convert

RGB203148104-
CMYK00.270.490.20
HSL26.67º48.77%60.2%-
HSV(B)26.67º48.77%79.61%-
XYZ37.7234.8817.84-
YUV159.4396.72159.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.62%
GREEN value IS 148 (58.20% from 255) = 32.53%
BLUE value IS 104 (41.02% from 255) = 22.86%
R=44.62%
G=32.53%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314810400.270.490.2026.6748.7760.2
HexCB946801B31141b313c
Octal3132241500336124336174
Binary110010111001010011010000110111100011010011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9468; }

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

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

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

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

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

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

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

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