#CB9466

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

Shades of Whiskey #CB9466

Tints of Whiskey #CB9466

Color information

#CB9466 (or 0xCB9466) is unknown color: approx Whiskey. HEX triplet: CB, 94 and 66. RGB value is (203,148,102). Sum of RGB (Red+Green+Blue) = 203+148+102=453 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.81% from 453); Green value is 148 (58.20% from 255 or 32.67% from 453); Blue value is 102 (40.23% from 255 or 22.52% from 453); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9466 is #346B99. Grayscale: #9F9F9F. Windows color (decimal): -3435418 or 6722763. OLE color: 6722763.

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

Color convert

RGB203148102-
CMYK00.270.500.20
HSL27.33º49.27%59.8%-
HSV(B)27.33º49.75%79.61%-
XYZ37.6234.8417.31-
YUV159.295.72159.24-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.81%
GREEN value IS 148 (58.20% from 255) = 32.67%
BLUE value IS 102 (40.23% from 255) = 22.52%
R=44.81%
G=32.67%
B=22.52%

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
Decimal20314810200.270.500.2027.3349.2759.8
HexCB946601B32141b313c
Octal3132241460336224336174
Binary110010111001010011001100110111100101010011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9466; }

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

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

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

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

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

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

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

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