Shades of Whiskey Sour #CF935C
Tints of Whiskey Sour #CF935C
RGB
CMYK
RGB Variations
Color information
#CF935C (or 0xCF935C) is known color: Whiskey Sour. HEX triplet: CF, 93 and 5C. RGB value is (207,147,92). Sum of RGB (Red+Green+Blue) = 207+147+92=446 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.41% from 446); Green value is 147 (57.81% from 255 or 32.96% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 207 - color contains mainly: red. Hex color #CF935C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF935C is #306CA3. Grayscale: #9E9E9E. Windows color (decimal): -3173540 or 6067151. OLE color: 6067151.
HSL color Cylindrical-coordinate representation of color #CF935C: hue angle of 28.7º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF935C is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 147 | 92 | - |
| CMYK | 0 | 0.29 | 0.56 | 0.19 |
| HSL | 28.7º | 0.55% | 0.59% | - |
| HSV(B) | 28.7º | 0.56% | 0.81% | - |
| XYZ | 38.1 | 34.91 | 14.85 | - |
| YUV | 158.67 | 90.38 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 147 | 92 | 0 | 0.29 | 0.56 | 0.19 | 28.7 | 0.55 | 0.59 |
| Hex | CF | 93 | 5C | 0 | 1D | 38 | 13 | 1D | 37 | 3B |
| Octal | 317 | 223 | 134 | 0 | 35 | 70 | 23 | 35 | 67 | 73 |
| Binary | 11001111 | 10010011 | 1011100 | 0 | 11101 | 111000 | 10011 | 11101 | 110111 | 111011 |
Color Harmonies of #CF935C
Complementary color
Monochromatic Colors of #CF935C
Black with #CF935C
Text Example
Text Example
White with #CF935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF935C; }
p { color: rgb(207,147,92); }
H1.HeaderClassName
{
color: #CF935C;
}
.AnyTagClassName
{
color: #CF935C;
}
</style>
background-color css
<style>
a { background-color: #CF935C; }
a { background-color: rgb(207,147,92); }
div.DivClassName
{
background-color: #CF935C;
}
.BgClassName
{
background-color: #CF935C;
}
</style>
border-color css
<style>
span { border-color: #CF935C; }
span { border-color: rgb(207,147,92); }
td.TdClassName
{
border-color: #CF935C;
}
.TagClassName
{
border-color: #CF935C;
}
</style>