Shades of Tahuna Sands #CFC99F
Tints of Tahuna Sands #CFC99F
RGB
CMYK
RGB Variations
Color information
#CFC99F (or 0xCFC99F) is known color: Tahuna Sands. HEX triplet: CF, C9 and 9F. RGB value is (207,201,159). Sum of RGB (Red+Green+Blue) = 207+201+159=567 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.51% from 567); Green value is 201 (78.91% from 255 or 35.45% from 567); Blue value is 159 (62.5% from 255 or 28.04% from 567); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC99F is #303660. Grayscale: #C6C6C6. Windows color (decimal): -3159649 or 10471887. OLE color: 10471887.
HSL color Cylindrical-coordinate representation of color #CFC99F: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFC99F is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 159 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.19 |
| HSL | 52.5º | 0.33% | 0.72% | - |
| HSV(B) | 52.5º | 0.23% | 0.81% | - |
| XYZ | 52.88 | 57.54 | 41.12 | - |
| YUV | 198.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 159 | 0 | 0.03 | 0.23 | 0.19 | 52.5 | 0.33 | 0.72 |
| Hex | CF | C9 | 9F | 0 | 3 | 17 | 13 | 34 | 21 | 48 |
| Octal | 317 | 311 | 237 | 0 | 3 | 27 | 23 | 64 | 41 | 110 |
| Binary | 11001111 | 11001001 | 10011111 | 0 | 11 | 10111 | 10011 | 110100 | 100001 | 1001000 |
Color Harmonies of #CFC99F
Complementary color
Monochromatic Colors of #CFC99F
Black with #CFC99F
Text Example
Text Example
White with #CFC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC99F; }
p { color: rgb(207,201,159); }
H1.HeaderClassName
{
color: #CFC99F;
}
.AnyTagClassName
{
color: #CFC99F;
}
</style>
background-color css
<style>
a { background-color: #CFC99F; }
a { background-color: rgb(207,201,159); }
div.DivClassName
{
background-color: #CFC99F;
}
.BgClassName
{
background-color: #CFC99F;
}
</style>
border-color css
<style>
span { border-color: #CFC99F; }
span { border-color: rgb(207,201,159); }
td.TdClassName
{
border-color: #CFC99F;
}
.TagClassName
{
border-color: #CFC99F;
}
</style>