#CB8959

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

Shades of Whiskey Sour #CB8959

Tints of Whiskey Sour #CB8959

Color information

#CB8959 (or 0xCB8959) is unknown color: approx Whiskey Sour. HEX triplet: CB, 89 and 59. RGB value is (203,137,89). Sum of RGB (Red+Green+Blue) = 203+137+89=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 89 (35.16% from 255 or 20.75% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8959 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8959 is #3476A6. Grayscale: #979797. Windows color (decimal): -3438247 or 5867979. OLE color: 5867979.

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

Color convert

RGB20313789-
CMYK00.330.560.20
HSL25.26º52.29%57.25%-
HSV(B)25.26º56.16%79.61%-
XYZ35.3831.3113.63-
YUV151.2692.87164.9-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 137 (53.91% from 255) = 31.93%
BLUE value IS 89 (35.16% from 255) = 20.75%
R=47.32%
G=31.93%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031378900.330.560.2025.2652.2957.25
HexCB89590213814193439
Octal3132111310417024316471
Binary1100101110001001101100101000011110001010011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8959; }

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

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

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

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

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

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

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

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