#CB8D66

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

Shades of Whiskey #CB8D66

Tints of Whiskey #CB8D66

Color information

#CB8D66 (or 0xCB8D66) is unknown color: approx Whiskey. HEX triplet: CB, 8D and 66. RGB value is (203,141,102). Sum of RGB (Red+Green+Blue) = 203+141+102=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 141 (55.47% from 255 or 31.61% from 446); Blue value is 102 (40.23% from 255 or 22.87% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D66 is #347299. Grayscale: #9B9B9B. Windows color (decimal): -3437210 or 6720971. OLE color: 6720971.

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

Color convert

RGB203141102-
CMYK00.310.500.20
HSL23.17º49.27%59.8%-
HSV(B)23.17º49.75%79.61%-
XYZ36.5532.7116.96-
YUV155.0998.04162.17-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 141 (55.47% from 255) = 31.61%
BLUE value IS 102 (40.23% from 255) = 22.87%
R=45.52%
G=31.61%
B=22.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20314110200.310.500.2023.1749.2759.8
HexCB8D6601F321417313c
Octal3132151460376224276174
Binary110010111000110111001100111111100101010010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D66; }

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

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

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

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

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

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

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

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