#CB8A54

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

Shades of Whiskey Sour #CB8A54

Tints of Whiskey Sour #CB8A54

Color information

#CB8A54 (or 0xCB8A54) is unknown color: approx Whiskey Sour. HEX triplet: CB, 8A and 54. RGB value is (203,138,84). Sum of RGB (Red+Green+Blue) = 203+138+84=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 138 (54.30% from 255 or 32.47% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8A54 is #3475AB. Grayscale: #979797. Windows color (decimal): -3437996 or 5540555. OLE color: 5540555.

HSL color Cylindrical-coordinate representation of color #CB8A54: hue angle of 27.23º degrees, saturation: 0.53, 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 #CB8A54 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.20.

Color convert

RGB20313884-
CMYK00.320.590.20
HSL27.23º53.36%56.27%-
HSV(B)27.23º58.62%79.61%-
XYZ35.3231.5112.61-
YUV151.2890.03164.89-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.76%
GREEN value IS 138 (54.30% from 255) = 32.47%
BLUE value IS 84 (33.20% from 255) = 19.76%
R=47.76%
G=32.47%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031388400.320.590.2027.2353.3656.27
HexCB8A540203B141b3538
Octal3132121240407324336570
Binary1100101110001010101010001000001110111010011011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8A54; }

 p { color: rgb(203,138,84); }

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

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

 a { background-color: rgb(203,138,84); }

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

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

 span { border-color: rgb(203,138,84); }

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