Shades of Whiskey Sour #CF975A
Tints of Whiskey Sour #CF975A
RGB
CMYK
RGB Variations
Color information
#CF975A (or 0xCF975A) is known color: Whiskey Sour. HEX triplet: CF, 97 and 5A. RGB value is (207,151,90). Sum of RGB (Red+Green+Blue) = 207+151+90=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF975A is #3068A5. Grayscale: #A1A1A1. Windows color (decimal): -3172518 or 5937103. OLE color: 5937103.
HSL color Cylindrical-coordinate representation of color #CF975A: hue angle of 31.28º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF975A is Cyan = 0, Magento = 0.27, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 151 | 90 | - |
| CMYK | 0 | 0.27 | 0.57 | 0.19 |
| HSL | 31.28º | 0.55% | 0.58% | - |
| HSV(B) | 31.28º | 0.57% | 0.81% | - |
| XYZ | 38.64 | 36.14 | 14.61 | - |
| YUV | 160.79 | 88.05 | 160.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 151 | 90 | 0 | 0.27 | 0.57 | 0.19 | 31.28 | 0.55 | 0.58 |
| Hex | CF | 97 | 5A | 0 | 1B | 39 | 13 | 1F | 37 | 3A |
| Octal | 317 | 227 | 132 | 0 | 33 | 71 | 23 | 37 | 67 | 72 |
| Binary | 11001111 | 10010111 | 1011010 | 0 | 11011 | 111001 | 10011 | 11111 | 110111 | 111010 |
Color Harmonies of #CF975A
Complementary color
Monochromatic Colors of #CF975A
Black with #CF975A
Text Example
Text Example
White with #CF975A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF975A; }
p { color: rgb(207,151,90); }
H1.HeaderClassName
{
color: #CF975A;
}
.AnyTagClassName
{
color: #CF975A;
}
</style>
background-color css
<style>
a { background-color: #CF975A; }
a { background-color: rgb(207,151,90); }
div.DivClassName
{
background-color: #CF975A;
}
.BgClassName
{
background-color: #CF975A;
}
</style>
border-color css
<style>
span { border-color: #CF975A; }
span { border-color: rgb(207,151,90); }
td.TdClassName
{
border-color: #CF975A;
}
.TagClassName
{
border-color: #CF975A;
}
</style>