#CB8C66

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

Shades of Whiskey #CB8C66

Tints of Whiskey #CB8C66

Color information

#CB8C66 (or 0xCB8C66) is unknown color: approx Whiskey. HEX triplet: CB, 8C and 66. RGB value is (203,140,102). Sum of RGB (Red+Green+Blue) = 203+140+102=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 102 (40.23% from 255 or 22.92% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8C66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8C66 is #347399. Grayscale: #9A9A9A. Windows color (decimal): -3437466 or 6720715. OLE color: 6720715.

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

Color convert

RGB203140102-
CMYK00.310.500.20
HSL22.57º49.27%59.8%-
HSV(B)22.57º49.75%79.61%-
XYZ36.432.4116.91-
YUV154.598.37162.59-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 140 (55.08% from 255) = 31.46%
BLUE value IS 102 (40.23% from 255) = 22.92%
R=45.62%
G=31.46%
B=22.92%

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
Decimal20314010200.310.500.2022.5749.2759.8
HexCB8C6601F321417313c
Octal3132141460376224276174
Binary110010111000110011001100111111100101010010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8C66; }

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

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

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

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

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

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

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

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