#CB8D5C

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

Shades of Whiskey Sour #CB8D5C

Tints of Whiskey Sour #CB8D5C

Color information

#CB8D5C (or 0xCB8D5C) is unknown color: approx Whiskey Sour. HEX triplet: CB, 8D and 5C. RGB value is (203,141,92). Sum of RGB (Red+Green+Blue) = 203+141+92=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 92 (36.33% from 255 or 21.10% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8D5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8D5C is #3472A3. Grayscale: #9A9A9A. Windows color (decimal): -3437220 or 6065611. OLE color: 6065611.

HSL color Cylindrical-coordinate representation of color #CB8D5C: hue angle of 26.49º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB8D5C is Cyan = 0, Magento = 0.31, Yellow = 0.55 and Black (K on CMYK) = 0.20.

Color convert

RGB20314192-
CMYK00.310.550.20
HSL26.49º51.63%57.84%-
HSV(B)26.49º54.68%79.61%-
XYZ36.0932.5214.5-
YUV153.9593.04162.98-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 141 (55.47% from 255) = 32.34%
BLUE value IS 92 (36.33% from 255) = 21.10%
R=46.56%
G=32.34%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031419200.310.550.2026.4951.6357.84
HexCB8D5C01F37141a343a
Octal3132151340376724326472
Binary110010111000110110111000111111101111010011010110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8D5C; }

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

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

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

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

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

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

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

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