Shades of Whiskey Sour #CB925D
Tints of Whiskey Sour #CB925D
RGB
CMYK
RGB Variations
Color information
#CB925D (or 0xCB925D) is known color: Whiskey Sour. HEX triplet: CB, 92 and 5D. RGB value is (203,146,93). Sum of RGB (Red+Green+Blue) = 203+146+93=442 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.93% from 442); Green value is 146 (57.42% from 255 or 33.03% from 442); Blue value is 93 (36.72% from 255 or 21.04% from 442); Max value from RGB is 203 - color contains mainly: red. Hex color #CB925D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB925D is #346DA2. Grayscale: #9D9D9D. Windows color (decimal): -3435939 or 6132427. OLE color: 6132427.
HSL color Cylindrical-coordinate representation of color #CB925D: hue angle of 28.91º 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 #CB925D is Cyan = 0, Magento = 0.28, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 146 | 93 | - |
| CMYK | 0 | 0.28 | 0.54 | 0.20 |
| HSL | 28.91º | 0.51% | 0.58% | - |
| HSV(B) | 28.91º | 0.54% | 0.8% | - |
| XYZ | 36.88 | 34.04 | 14.98 | - |
| YUV | 157 | 91.88 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 146 | 93 | 0 | 0.28 | 0.54 | 0.20 | 28.91 | 0.51 | 0.58 |
| Hex | CB | 92 | 5D | 0 | 1C | 36 | 14 | 1D | 33 | 3A |
| Octal | 313 | 222 | 135 | 0 | 34 | 66 | 24 | 35 | 63 | 72 |
| Binary | 11001011 | 10010010 | 1011101 | 0 | 11100 | 110110 | 10100 | 11101 | 110011 | 111010 |
Color Harmonies of #CB925D
Complementary color
Monochromatic Colors of #CB925D
Black with #CB925D
Text Example
Text Example
White with #CB925D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB925D; }
p { color: rgb(203,146,93); }
H1.HeaderClassName
{
color: #CB925D;
}
.AnyTagClassName
{
color: #CB925D;
}
</style>
background-color css
<style>
a { background-color: #CB925D; }
a { background-color: rgb(203,146,93); }
div.DivClassName
{
background-color: #CB925D;
}
.BgClassName
{
background-color: #CB925D;
}
</style>
border-color css
<style>
span { border-color: #CB925D; }
span { border-color: rgb(203,146,93); }
td.TdClassName
{
border-color: #CB925D;
}
.TagClassName
{
border-color: #CB925D;
}
</style>