#CB955D

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

Shades of Whiskey Sour #CB955D

Tints of Whiskey Sour #CB955D

Color information

#CB955D (or 0xCB955D) is unknown color: approx Whiskey Sour. HEX triplet: CB, 95 and 5D. RGB value is (203,149,93). Sum of RGB (Red+Green+Blue) = 203+149+93=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 149 (58.59% from 255 or 33.48% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB955D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB955D is #346AA2. Grayscale: #9F9F9F. Windows color (decimal): -3435171 or 6133195. OLE color: 6133195.

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

Color convert

RGB20314993-
CMYK00.270.540.20
HSL30.55º51.4%58.04%-
HSV(B)30.55º54.19%79.61%-
XYZ37.3534.9815.14-
YUV158.7690.89159.55-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 149 (58.59% from 255) = 33.48%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=45.62%
G=33.48%
B=20.90%

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
Decimal2031499300.270.540.2030.5551.458.04
HexCB955D01B36141f333a
Octal3132251350336624376372
Binary110010111001010110111010110111101101010011111110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB955D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB955D; }

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

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

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

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

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

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

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

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