Shades of Whiskey Sour #CF925F
Tints of Whiskey Sour #CF925F
RGB
CMYK
RGB Variations
Color information
#CF925F (or 0xCF925F) is known color: Whiskey Sour. HEX triplet: CF, 92 and 5F. RGB value is (207,146,95). Sum of RGB (Red+Green+Blue) = 207+146+95=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 146 (57.42% from 255 or 32.59% from 448); Blue value is 95 (37.5% from 255 or 21.21% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF925F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF925F is #306DA0. Grayscale: #9E9E9E. Windows color (decimal): -3173793 or 6263503. OLE color: 6263503.
HSL color Cylindrical-coordinate representation of color #CF925F: hue angle of 27.32º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF925F is Cyan = 0, Magento = 0.29, Yellow = 0.54 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 146 | 95 | - |
| CMYK | 0 | 0.29 | 0.54 | 0.19 |
| HSL | 27.32º | 0.54% | 0.59% | - |
| HSV(B) | 27.32º | 0.54% | 0.81% | - |
| XYZ | 38.08 | 34.65 | 15.51 | - |
| YUV | 158.43 | 92.21 | 162.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 146 | 95 | 0 | 0.29 | 0.54 | 0.19 | 27.32 | 0.54 | 0.59 |
| Hex | CF | 92 | 5F | 0 | 1D | 36 | 13 | 1B | 36 | 3B |
| Octal | 317 | 222 | 137 | 0 | 35 | 66 | 23 | 33 | 66 | 73 |
| Binary | 11001111 | 10010010 | 1011111 | 0 | 11101 | 110110 | 10011 | 11011 | 110110 | 111011 |
Color Harmonies of #CF925F
Complementary color
Monochromatic Colors of #CF925F
Black with #CF925F
Text Example
Text Example
White with #CF925F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF925F; }
p { color: rgb(207,146,95); }
H1.HeaderClassName
{
color: #CF925F;
}
.AnyTagClassName
{
color: #CF925F;
}
</style>
background-color css
<style>
a { background-color: #CF925F; }
a { background-color: rgb(207,146,95); }
div.DivClassName
{
background-color: #CF925F;
}
.BgClassName
{
background-color: #CF925F;
}
</style>
border-color css
<style>
span { border-color: #CF925F; }
span { border-color: rgb(207,146,95); }
td.TdClassName
{
border-color: #CF925F;
}
.TagClassName
{
border-color: #CF925F;
}
</style>