#CB8F5A

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

Shades of Whiskey Sour #CB8F5A

Tints of Whiskey Sour #CB8F5A

Color information

#CB8F5A (or 0xCB8F5A) is unknown color: approx Whiskey Sour. HEX triplet: CB, 8F and 5A. RGB value is (203,143,90). Sum of RGB (Red+Green+Blue) = 203+143+90=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 143 (56.25% from 255 or 32.80% from 436); Blue value is 90 (35.55% from 255 or 20.64% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8F5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8F5A is #3470A5. Grayscale: #9B9B9B. Windows color (decimal): -3436710 or 5935051. OLE color: 5935051.

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

Color convert

RGB20314390-
CMYK00.300.560.20
HSL28.14º52.07%57.45%-
HSV(B)28.14º55.67%79.61%-
XYZ36.333.0814.14-
YUV154.991.38162.31-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 143 (56.25% from 255) = 32.80%
BLUE value IS 90 (35.55% from 255) = 20.64%
R=46.56%
G=32.80%
B=20.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031439000.300.560.2028.1452.0757.45
HexCB8F5A01E38141c3439
Octal3132171320367024346471
Binary110010111000111110110100111101110001010011100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB8F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB8F5A; }

 p { color: rgb(203,143,90); }

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

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

 a { background-color: rgb(203,143,90); }

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

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

 span { border-color: rgb(203,143,90); }

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