#CB955E

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

Shades of Whiskey Sour #CB955E

Tints of Whiskey Sour #CB955E

Color information

#CB955E (or 0xCB955E) is unknown color: approx Whiskey Sour. HEX triplet: CB, 95 and 5E. RGB value is (203,149,94). Sum of RGB (Red+Green+Blue) = 203+149+94=446 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.52% from 446); Green value is 149 (58.59% from 255 or 33.41% from 446); Blue value is 94 (37.11% from 255 or 21.08% from 446); Max value from RGB is 203 - color contains mainly: red. Hex color #CB955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB955E is #346AA1. Grayscale: #9F9F9F. Windows color (decimal): -3435170 or 6198731. OLE color: 6198731.

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

Color convert

RGB20314994-
CMYK00.270.540.20
HSL30.28º51.17%58.24%-
HSV(B)30.28º53.69%79.61%-
XYZ37.43515.37-
YUV158.8891.39159.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.52%
GREEN value IS 149 (58.59% from 255) = 33.41%
BLUE value IS 94 (37.11% from 255) = 21.08%
R=45.52%
G=33.41%
B=21.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031499400.270.540.2030.2851.1758.24
HexCB955E01B36141e333a
Octal3132251360336624366372
Binary110010111001010110111100110111101101010011110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB955E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB955E; }

 p { color: rgb(203,149,94); }

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

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

 a { background-color: rgb(203,149,94); }

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

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

 span { border-color: rgb(203,149,94); }

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