Shades of Whiskey Sour #CF9351
Tints of Whiskey Sour #CF9351
RGB
CMYK
RGB Variations
Color information
#CF9351 (or 0xCF9351) is known color: Whiskey Sour. HEX triplet: CF, 93 and 51. RGB value is (207,147,81). Sum of RGB (Red+Green+Blue) = 207+147+81=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 81 (32.03% from 255 or 18.62% from 435); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9351 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9351 is #306CAE. Grayscale: #9D9D9D. Windows color (decimal): -3173551 or 5346255. OLE color: 5346255.
HSL color Cylindrical-coordinate representation of color #CF9351: hue angle of 31.43º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF9351 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 81 | - |
| CMYK | 0 | 0.29 | 0.61 | 0.19 |
| HSL | 31.43º | 0.57% | 0.56% | - |
| HSV(B) | 31.43º | 0.61% | 0.81% | - |
| XYZ | 37.65 | 34.73 | 12.5 | - |
| YUV | 157.42 | 84.88 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 81 | 0 | 0.29 | 0.61 | 0.19 | 31.43 | 0.57 | 0.56 |
| Hex | CF | 93 | 51 | 0 | 1D | 3D | 13 | 1F | 39 | 38 |
| Octal | 317 | 223 | 121 | 0 | 35 | 75 | 23 | 37 | 71 | 70 |
| Binary | 11001111 | 10010011 | 1010001 | 0 | 11101 | 111101 | 10011 | 11111 | 111001 | 111000 |
Color Harmonies of #CF9351
Complementary color
Monochromatic Colors of #CF9351
Black with #CF9351
Text Example
Text Example
White with #CF9351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9351; }
p { color: rgb(207,147,81); }
H1.HeaderClassName
{
color: #CF9351;
}
.AnyTagClassName
{
color: #CF9351;
}
</style>
background-color css
<style>
a { background-color: #CF9351; }
a { background-color: rgb(207,147,81); }
div.DivClassName
{
background-color: #CF9351;
}
.BgClassName
{
background-color: #CF9351;
}
</style>
border-color css
<style>
span { border-color: #CF9351; }
span { border-color: rgb(207,147,81); }
td.TdClassName
{
border-color: #CF9351;
}
.TagClassName
{
border-color: #CF9351;
}
</style>