Shades of Whiskey #CF956B
Tints of Whiskey #CF956B
RGB
CMYK
RGB Variations
Color information
#CF956B (or 0xCF956B) is known color: Whiskey. HEX triplet: CF, 95 and 6B. RGB value is (207,149,107). Sum of RGB (Red+Green+Blue) = 207+149+107=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 107 (42.19% from 255 or 23.11% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF956B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF956B is #306A94. Grayscale: #A1A1A1. Windows color (decimal): -3173013 or 7050703. OLE color: 7050703.
HSL color Cylindrical-coordinate representation of color #CF956B: hue angle of 25.2º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CF956B is Cyan = 0, Magento = 0.28, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 149 | 107 | - |
| CMYK | 0 | 0.28 | 0.48 | 0.19 |
| HSL | 25.2º | 0.51% | 0.62% | - |
| HSV(B) | 25.2º | 0.48% | 0.81% | - |
| XYZ | 39.13 | 35.82 | 18.76 | - |
| YUV | 161.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 149 | 107 | 0 | 0.28 | 0.48 | 0.19 | 25.2 | 0.51 | 0.62 |
| Hex | CF | 95 | 6B | 0 | 1C | 30 | 13 | 19 | 33 | 3E |
| Octal | 317 | 225 | 153 | 0 | 34 | 60 | 23 | 31 | 63 | 76 |
| Binary | 11001111 | 10010101 | 1101011 | 0 | 11100 | 110000 | 10011 | 11001 | 110011 | 111110 |
Color Harmonies of #CF956B
Complementary color
Monochromatic Colors of #CF956B
Black with #CF956B
Text Example
Text Example
White with #CF956B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF956B; }
p { color: rgb(207,149,107); }
H1.HeaderClassName
{
color: #CF956B;
}
.AnyTagClassName
{
color: #CF956B;
}
</style>
background-color css
<style>
a { background-color: #CF956B; }
a { background-color: rgb(207,149,107); }
div.DivClassName
{
background-color: #CF956B;
}
.BgClassName
{
background-color: #CF956B;
}
</style>
border-color css
<style>
span { border-color: #CF956B; }
span { border-color: rgb(207,149,107); }
td.TdClassName
{
border-color: #CF956B;
}
.TagClassName
{
border-color: #CF956B;
}
</style>