#CB8859

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

Shades of Whiskey Sour #CB8859

Tints of Whiskey Sour #CB8859

Color information

#CB8859 (or 0xCB8859) is unknown color: approx Whiskey Sour. HEX triplet: CB, 88 and 59. RGB value is (203,136,89). Sum of RGB (Red+Green+Blue) = 203+136+89=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 89 (35.16% from 255 or 20.79% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8859 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8859 is #3477A6. Grayscale: #969696. Windows color (decimal): -3438503 or 5867723. OLE color: 5867723.

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

Color convert

RGB20313689-
CMYK00.330.560.20
HSL24.74º52.29%57.25%-
HSV(B)24.74º56.16%79.61%-
XYZ35.2431.0313.58-
YUV150.6893.2165.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 89 (35.16% from 255) = 20.79%
R=47.43%
G=31.78%
B=20.79%

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
Decimal2031368900.330.560.2024.7452.2957.25
HexCB88590213814193439
Octal3132101310417024316471
Binary1100101110001000101100101000011110001010011001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8859; }

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

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

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

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

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

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

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

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