#cb9168

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

Shades of Whiskey #CB9168

Tints of Whiskey #CB9168

Color information

#CB9168 (or 0xCB9168) is unknown color: approx Whiskey. HEX triplet: CB, 91 and 68. RGB value is (203,145,104). Sum of RGB (Red+Green+Blue) = 203+145+104=452 (59% of max value = 765). Red value is 203 (79.69% from 255 or 44.91% from 452); Green value is 145 (57.03% from 255 or 32.08% from 452); Blue value is 104 (41.02% from 255 or 23.01% from 452); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB9168 is #346E97. Grayscale: #9D9D9D. Windows color (decimal): -3436184 or 6853067. OLE color: 6853067.

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

Color convert

RGB203145104-
CMYK00.290.490.20
HSL24.85º48.77%60.2%-
HSV(B)24.85º48.77%79.61%-
XYZ37.2533.9517.69-
YUV157.6797.72160.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.91%
GREEN value IS 145 (57.03% from 255) = 32.08%
BLUE value IS 104 (41.02% from 255) = 23.01%
R=44.91%
G=32.08%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314510400.290.490.2024.8548.7760.2
HexCB916801D311419313c
Octal3132211500356124316174
Binary110010111001000111010000111011100011010011001110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb9168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb9168; }

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

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

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

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

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

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

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

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