#CB8D68

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

Shades of Whiskey #CB8D68

Tints of Whiskey #CB8D68

Color information

#CB8D68 (or 0xCB8D68) is unknown color: approx Whiskey. HEX triplet: CB, 8D and 68. RGB value is (203,141,104). Sum of RGB (Red+Green+Blue) = 203+141+104=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 104 (41.02% from 255 or 23.21% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D68 is #347297. Grayscale: #9B9B9B. Windows color (decimal): -3437208 or 6852043. OLE color: 6852043.

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

Color convert

RGB203141104-
CMYK00.310.490.20
HSL22.42º48.77%60.2%-
HSV(B)22.42º48.77%79.61%-
XYZ36.6532.7517.49-
YUV155.3299.04162.01-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 141 (55.47% from 255) = 31.47%
BLUE value IS 104 (41.02% from 255) = 23.21%
R=45.31%
G=31.47%
B=23.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314110400.310.490.2022.4248.7760.2
HexCB8D6801F311416313c
Octal3132151500376124266174
Binary110010111000110111010000111111100011010010110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D68; }

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

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

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

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

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

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

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

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