#CB9166

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

Shades of Whiskey #CB9166

Tints of Whiskey #CB9166

Color information

#CB9166 (or 0xCB9166) is unknown color: approx Whiskey. HEX triplet: CB, 91 and 66. RGB value is (203,145,102). Sum of RGB (Red+Green+Blue) = 203+145+102=450 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.11% from 450); Green value is 145 (57.03% from 255 or 32.22% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9166 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9166 is #346E99. Grayscale: #9D9D9D. Windows color (decimal): -3436186 or 6721995. OLE color: 6721995.

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

Color convert

RGB203145102-
CMYK00.290.500.20
HSL25.54º49.27%59.8%-
HSV(B)25.54º49.75%79.61%-
XYZ37.1533.9117.16-
YUV157.4496.72160.5-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.11%
GREEN value IS 145 (57.03% from 255) = 32.22%
BLUE value IS 102 (40.23% from 255) = 22.67%
R=45.11%
G=32.22%
B=22.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314510200.290.500.2025.5449.2759.8
HexCB916601D32141a313c
Octal3132211460356224326174
Binary110010111001000111001100111011100101010011010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB9166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB9166; }

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

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

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

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

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

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

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

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