Shades of Tahuna Sands #CFC699
Tints of Tahuna Sands #CFC699
RGB
CMYK
RGB Variations
Color information
#CFC699 (or 0xCFC699) is known color: Tahuna Sands. HEX triplet: CF, C6 and 99. RGB value is (207,198,153). Sum of RGB (Red+Green+Blue) = 207+198+153=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 153 (60.16% from 255 or 27.42% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC699 is #303966. Grayscale: #C3C3C3. Windows color (decimal): -3160423 or 10077903. OLE color: 10077903.
HSL color Cylindrical-coordinate representation of color #CFC699: hue angle of 50º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFC699 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 198 | 153 | - |
| CMYK | 0 | 0.04 | 0.26 | 0.19 |
| HSL | 50º | 0.36% | 0.71% | - |
| HSV(B) | 50º | 0.26% | 0.81% | - |
| XYZ | 51.68 | 55.95 | 38.21 | - |
| YUV | 195.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 198 | 153 | 0 | 0.04 | 0.26 | 0.19 | 50 | 0.36 | 0.71 |
| Hex | CF | C6 | 99 | 0 | 4 | 1A | 13 | 32 | 24 | 47 |
| Octal | 317 | 306 | 231 | 0 | 4 | 32 | 23 | 62 | 44 | 107 |
| Binary | 11001111 | 11000110 | 10011001 | 0 | 100 | 11010 | 10011 | 110010 | 100100 | 1000111 |
Color Harmonies of #CFC699
Complementary color
Monochromatic Colors of #CFC699
Black with #CFC699
Text Example
Text Example
White with #CFC699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC699; }
p { color: rgb(207,198,153); }
H1.HeaderClassName
{
color: #CFC699;
}
.AnyTagClassName
{
color: #CFC699;
}
</style>
background-color css
<style>
a { background-color: #CFC699; }
a { background-color: rgb(207,198,153); }
div.DivClassName
{
background-color: #CFC699;
}
.BgClassName
{
background-color: #CFC699;
}
</style>
border-color css
<style>
span { border-color: #CFC699; }
span { border-color: rgb(207,198,153); }
td.TdClassName
{
border-color: #CFC699;
}
.TagClassName
{
border-color: #CFC699;
}
</style>