#CB8E68

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

Shades of Whiskey #CB8E68

Tints of Whiskey #CB8E68

Color information

#CB8E68 (or 0xCB8E68) is unknown color: approx Whiskey. HEX triplet: CB, 8E and 68. RGB value is (203,142,104). Sum of RGB (Red+Green+Blue) = 203+142+104=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 104 (41.02% from 255 or 23.16% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E68 is #347197. Grayscale: #9C9C9C. Windows color (decimal): -3436952 or 6852299. OLE color: 6852299.

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

Color convert

RGB203142104-
CMYK00.300.490.20
HSL23.03º48.77%60.2%-
HSV(B)23.03º48.77%79.61%-
XYZ36.833.0417.53-
YUV155.9198.71161.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 104 (41.02% from 255) = 23.16%
R=45.21%
G=31.63%
B=23.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314210400.300.490.2023.0348.7760.2
HexCB8E6801E311417313c
Octal3132161500366124276174
Binary110010111000111011010000111101100011010010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E68; }

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

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

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

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

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

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

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

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