Shades of Tahuna Sands #CFC696
Tints of Tahuna Sands #CFC696
RGB
CMYK
RGB Variations
Color information
#CFC696 (or 0xCFC696) is known color: Tahuna Sands. HEX triplet: CF, C6 and 96. RGB value is (207,198,150). Sum of RGB (Red+Green+Blue) = 207+198+150=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 150 (58.98% from 255 or 27.03% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC696 is #303969. Grayscale: #C3C3C3. Windows color (decimal): -3160426 or 9881295. OLE color: 9881295.
HSL color Cylindrical-coordinate representation of color #CFC696: hue angle of 50.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFC696 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 150 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.19 |
| HSL | 50.53º | 0.37% | 0.7% | - |
| HSV(B) | 50.53º | 0.28% | 0.81% | - |
| XYZ | 51.43 | 55.86 | 36.92 | - |
| YUV | 195.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 150 | 0 | 0.04 | 0.28 | 0.19 | 50.53 | 0.37 | 0.7 |
| Hex | CF | C6 | 96 | 0 | 4 | 1C | 13 | 33 | 25 | 46 |
| Octal | 317 | 306 | 226 | 0 | 4 | 34 | 23 | 63 | 45 | 106 |
| Binary | 11001111 | 11000110 | 10010110 | 0 | 100 | 11100 | 10011 | 110011 | 100101 | 1000110 |
Color Harmonies of #CFC696
Complementary color
Monochromatic Colors of #CFC696
Black with #CFC696
Text Example
Text Example
White with #CFC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC696; }
p { color: rgb(207,198,150); }
H1.HeaderClassName
{
color: #CFC696;
}
.AnyTagClassName
{
color: #CFC696;
}
</style>
background-color css
<style>
a { background-color: #CFC696; }
a { background-color: rgb(207,198,150); }
div.DivClassName
{
background-color: #CFC696;
}
.BgClassName
{
background-color: #CFC696;
}
</style>
border-color css
<style>
span { border-color: #CFC696; }
span { border-color: rgb(207,198,150); }
td.TdClassName
{
border-color: #CFC696;
}
.TagClassName
{
border-color: #CFC696;
}
</style>