Shades of Tahuna Sands #CFCE95
Tints of Tahuna Sands #CFCE95
RGB
CMYK
RGB Variations
Color information
#CFCE95 (or 0xCFCE95) is known color: Tahuna Sands. HEX triplet: CF, CE and 95. RGB value is (207,206,149). Sum of RGB (Red+Green+Blue) = 207+206+149=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 149 (58.59% from 255 or 26.51% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE95 is #30316A. Grayscale: #C8C8C8. Windows color (decimal): -3158379 or 9817807. OLE color: 9817807.
HSL color Cylindrical-coordinate representation of color #CFCE95: hue angle of 58.97º degrees, saturation: 0.38, 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 #CFCE95 is Cyan = 0, Magento = 0.00, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 149 | - |
| CMYK | 0 | 0.00 | 0.28 | 0.19 |
| HSL | 58.97º | 0.38% | 0.7% | - |
| HSV(B) | 58.97º | 0.28% | 0.81% | - |
| XYZ | 53.23 | 59.58 | 37.13 | - |
| YUV | 199.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 149 | 0 | 0.00 | 0.28 | 0.19 | 58.97 | 0.38 | 0.7 |
| Hex | CF | CE | 95 | 0 | 0 | 1C | 13 | 3B | 26 | 46 |
| Octal | 317 | 316 | 225 | 0 | 0 | 34 | 23 | 73 | 46 | 106 |
| Binary | 11001111 | 11001110 | 10010101 | 0 | 0 | 11100 | 10011 | 111011 | 100110 | 1000110 |
Color Harmonies of #CFCE95
Complementary color
Monochromatic Colors of #CFCE95
Black with #CFCE95
Text Example
Text Example
White with #CFCE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE95; }
p { color: rgb(207,206,149); }
H1.HeaderClassName
{
color: #CFCE95;
}
.AnyTagClassName
{
color: #CFCE95;
}
</style>
background-color css
<style>
a { background-color: #CFCE95; }
a { background-color: rgb(207,206,149); }
div.DivClassName
{
background-color: #CFCE95;
}
.BgClassName
{
background-color: #CFCE95;
}
</style>
border-color css
<style>
span { border-color: #CFCE95; }
span { border-color: rgb(207,206,149); }
td.TdClassName
{
border-color: #CFCE95;
}
.TagClassName
{
border-color: #CFCE95;
}
</style>