#CB8E65

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

Shades of Whiskey #CB8E65

Tints of Whiskey #CB8E65

Color information

#CB8E65 (or 0xCB8E65) is unknown color: approx Whiskey. HEX triplet: CB, 8E and 65. RGB value is (203,142,101). Sum of RGB (Red+Green+Blue) = 203+142+101=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 101 (39.84% from 255 or 22.65% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E65 is #34719A. Grayscale: #9B9B9B. Windows color (decimal): -3436955 or 6655691. OLE color: 6655691.

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

Color convert

RGB203142101-
CMYK00.300.500.20
HSL24.12º49.51%59.61%-
HSV(B)24.12º50.25%79.61%-
XYZ36.6532.9816.75-
YUV155.5697.21161.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 101 (39.84% from 255) = 22.65%
R=45.52%
G=31.84%
B=22.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314210100.300.500.2024.1249.5159.61
HexCB8E6501E321418323c
Octal3132161450366224306274
Binary110010111000111011001010111101100101010011000110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E65; }

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

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

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

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

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

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

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

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