Shades of Whiskey Sour #CF905B
Tints of Whiskey Sour #CF905B
RGB
CMYK
RGB Variations
Color information
#CF905B (or 0xCF905B) is known color: Whiskey Sour. HEX triplet: CF, 90 and 5B. RGB value is (207,144,91). Sum of RGB (Red+Green+Blue) = 207+144+91=442 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.83% from 442); Green value is 144 (56.64% from 255 or 32.58% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 207 - color contains mainly: red. Hex color #CF905B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF905B is #306FA4. Grayscale: #9D9D9D. Windows color (decimal): -3174309 or 6000847. OLE color: 6000847.
HSL color Cylindrical-coordinate representation of color #CF905B: hue angle of 27.41º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF905B is Cyan = 0, Magento = 0.30, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 91 | - |
| CMYK | 0 | 0.30 | 0.56 | 0.19 |
| HSL | 27.41º | 0.55% | 0.58% | - |
| HSV(B) | 27.41º | 0.56% | 0.81% | - |
| XYZ | 37.59 | 33.97 | 14.47 | - |
| YUV | 156.8 | 90.87 | 163.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 91 | 0 | 0.30 | 0.56 | 0.19 | 27.41 | 0.55 | 0.58 |
| Hex | CF | 90 | 5B | 0 | 1E | 38 | 13 | 1B | 37 | 3A |
| Octal | 317 | 220 | 133 | 0 | 36 | 70 | 23 | 33 | 67 | 72 |
| Binary | 11001111 | 10010000 | 1011011 | 0 | 11110 | 111000 | 10011 | 11011 | 110111 | 111010 |
Color Harmonies of #CF905B
Complementary color
Monochromatic Colors of #CF905B
Black with #CF905B
Text Example
Text Example
White with #CF905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF905B; }
p { color: rgb(207,144,91); }
H1.HeaderClassName
{
color: #CF905B;
}
.AnyTagClassName
{
color: #CF905B;
}
</style>
background-color css
<style>
a { background-color: #CF905B; }
a { background-color: rgb(207,144,91); }
div.DivClassName
{
background-color: #CF905B;
}
.BgClassName
{
background-color: #CF905B;
}
</style>
border-color css
<style>
span { border-color: #CF905B; }
span { border-color: rgb(207,144,91); }
td.TdClassName
{
border-color: #CF905B;
}
.TagClassName
{
border-color: #CF905B;
}
</style>