#CB8E66

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

Shades of Whiskey #CB8E66

Tints of Whiskey #CB8E66

Color information

#CB8E66 (or 0xCB8E66) is unknown color: approx Whiskey. HEX triplet: CB, 8E and 66. RGB value is (203,142,102). Sum of RGB (Red+Green+Blue) = 203+142+102=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 142 (55.86% from 255 or 31.77% from 447); Blue value is 102 (40.23% from 255 or 22.82% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8E66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8E66 is #347199. Grayscale: #9B9B9B. Windows color (decimal): -3436954 or 6721227. OLE color: 6721227.

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

Color convert

RGB203142102-
CMYK00.300.500.20
HSL23.76º49.27%59.8%-
HSV(B)23.76º49.75%79.61%-
XYZ36.73317.01-
YUV155.6897.71161.75-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 142 (55.86% from 255) = 31.77%
BLUE value IS 102 (40.23% from 255) = 22.82%
R=45.41%
G=31.77%
B=22.82%

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
Decimal20314210200.300.500.2023.7649.2759.8
HexCB8E6601E321418313c
Octal3132161460366224306174
Binary110010111000111011001100111101100101010011000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8E66; }

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

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

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

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

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

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

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

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