Shades of Whiskey Sour #CB975D
Tints of Whiskey Sour #CB975D
RGB
CMYK
RGB Variations
Color information
#CB975D (or 0xCB975D) is known color: Whiskey Sour. HEX triplet: CB, 97 and 5D. RGB value is (203,151,93). Sum of RGB (Red+Green+Blue) = 203+151+93=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 151 (59.38% from 255 or 33.78% from 447); Blue value is 93 (36.72% from 255 or 20.81% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB975D is #3468A2. Grayscale: #A0A0A0. Windows color (decimal): -3434659 or 6133707. OLE color: 6133707.
HSL color Cylindrical-coordinate representation of color #CB975D: hue angle of 31.64º 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 #CB975D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 151 | 93 | - |
| CMYK | 0 | 0.26 | 0.54 | 0.20 |
| HSL | 31.64º | 0.51% | 0.58% | - |
| HSV(B) | 31.64º | 0.54% | 0.8% | - |
| XYZ | 37.67 | 35.62 | 15.25 | - |
| YUV | 159.94 | 90.23 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 151 | 93 | 0 | 0.26 | 0.54 | 0.20 | 31.64 | 0.51 | 0.58 |
| Hex | CB | 97 | 5D | 0 | 1A | 36 | 14 | 20 | 33 | 3A |
| Octal | 313 | 227 | 135 | 0 | 32 | 66 | 24 | 40 | 63 | 72 |
| Binary | 11001011 | 10010111 | 1011101 | 0 | 11010 | 110110 | 10100 | 100000 | 110011 | 111010 |
Color Harmonies of #CB975D
Complementary color
Monochromatic Colors of #CB975D
Black with #CB975D
Text Example
Text Example
White with #CB975D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB975D; }
p { color: rgb(203,151,93); }
H1.HeaderClassName
{
color: #CB975D;
}
.AnyTagClassName
{
color: #CB975D;
}
</style>
background-color css
<style>
a { background-color: #CB975D; }
a { background-color: rgb(203,151,93); }
div.DivClassName
{
background-color: #CB975D;
}
.BgClassName
{
background-color: #CB975D;
}
</style>
border-color css
<style>
span { border-color: #CB975D; }
span { border-color: rgb(203,151,93); }
td.TdClassName
{
border-color: #CB975D;
}
.TagClassName
{
border-color: #CB975D;
}
</style>