#CB8953

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

Shades of Whiskey Sour #CB8953

Tints of Whiskey Sour #CB8953

Color information

#CB8953 (or 0xCB8953) is unknown color: approx Whiskey Sour. HEX triplet: CB, 89 and 53. RGB value is (203,137,83). Sum of RGB (Red+Green+Blue) = 203+137+83=423 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.99% from 423); Green value is 137 (53.91% from 255 or 32.39% from 423); Blue value is 83 (32.81% from 255 or 19.62% from 423); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8953 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8953 is #3476AC. Grayscale: #969696. Windows color (decimal): -3438253 or 5474763. OLE color: 5474763.

HSL color Cylindrical-coordinate representation of color #CB8953: hue angle of 27º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB8953 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20313783-
CMYK00.330.590.20
HSL27º53.57%56.08%-
HSV(B)27º59.11%79.61%-
XYZ35.1431.2112.36-
YUV150.5889.87165.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.99%
GREEN value IS 137 (53.91% from 255) = 32.39%
BLUE value IS 83 (32.81% from 255) = 19.62%
R=47.99%
G=32.39%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031378300.330.590.202753.5756.08
HexCB89530213B141b3638
Octal3132111230417324336670
Binary1100101110001001101001101000011110111010011011110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8953; }

 p { color: rgb(203,137,83); }

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

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

 a { background-color: rgb(203,137,83); }

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

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

 span { border-color: rgb(203,137,83); }

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