Shades of Whiskey Sour #CB945C
Tints of Whiskey Sour #CB945C
RGB
CMYK
RGB Variations
Color information
#CB945C (or 0xCB945C) is known color: Whiskey Sour. HEX triplet: CB, 94 and 5C. RGB value is (203,148,92). Sum of RGB (Red+Green+Blue) = 203+148+92=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 148 (58.20% from 255 or 33.41% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB945C is #346BA3. Grayscale: #9E9E9E. Windows color (decimal): -3435428 or 6067403. OLE color: 6067403.
HSL color Cylindrical-coordinate representation of color #CB945C: hue angle of 30.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB945C is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 148 | 92 | - |
| CMYK | 0 | 0.27 | 0.55 | 0.20 |
| HSL | 30.27º | 0.52% | 0.58% | - |
| HSV(B) | 30.27º | 0.55% | 0.8% | - |
| XYZ | 37.15 | 34.65 | 14.86 | - |
| YUV | 158.06 | 90.72 | 160.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 148 | 92 | 0 | 0.27 | 0.55 | 0.20 | 30.27 | 0.52 | 0.58 |
| Hex | CB | 94 | 5C | 0 | 1B | 37 | 14 | 1E | 34 | 3A |
| Octal | 313 | 224 | 134 | 0 | 33 | 67 | 24 | 36 | 64 | 72 |
| Binary | 11001011 | 10010100 | 1011100 | 0 | 11011 | 110111 | 10100 | 11110 | 110100 | 111010 |
Color Harmonies of #CB945C
Complementary color
Monochromatic Colors of #CB945C
Black with #CB945C
Text Example
Text Example
White with #CB945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB945C; }
p { color: rgb(203,148,92); }
H1.HeaderClassName
{
color: #CB945C;
}
.AnyTagClassName
{
color: #CB945C;
}
</style>
background-color css
<style>
a { background-color: #CB945C; }
a { background-color: rgb(203,148,92); }
div.DivClassName
{
background-color: #CB945C;
}
.BgClassName
{
background-color: #CB945C;
}
</style>
border-color css
<style>
span { border-color: #CB945C; }
span { border-color: rgb(203,148,92); }
td.TdClassName
{
border-color: #CB945C;
}
.TagClassName
{
border-color: #CB945C;
}
</style>