#CB915D

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

Shades of Whiskey Sour #CB915D

Tints of Whiskey Sour #CB915D

Color information

#CB915D (or 0xCB915D) is unknown color: approx Whiskey Sour. HEX triplet: CB, 91 and 5D. RGB value is (203,145,93). Sum of RGB (Red+Green+Blue) = 203+145+93=441 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.03% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 93 (36.72% from 255 or 21.09% from 441); Max value from RGB is 203 - color contains mainly: red. Hex color #CB915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB915D is #346EA2. Grayscale: #9C9C9C. Windows color (decimal): -3436195 or 6132171. OLE color: 6132171.

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

Color convert

RGB20314593-
CMYK00.290.540.20
HSL28.36º51.4%58.04%-
HSV(B)28.36º54.19%79.61%-
XYZ36.7333.7414.93-
YUV156.4192.22161.23-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.03%
GREEN value IS 145 (57.03% from 255) = 32.88%
BLUE value IS 93 (36.72% from 255) = 21.09%
R=46.03%
G=32.88%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031459300.290.540.2028.3651.458.04
HexCB915D01D36141c333a
Octal3132211350356624346372
Binary110010111001000110111010111011101101010011100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB915D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB915D; }

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

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

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

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

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

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

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

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