Shades of Tahuna Sands #CEC995
Tints of Tahuna Sands #CEC995
RGB
CMYK
RGB Variations
Color information
#CEC995 (or 0xCEC995) is known color: Tahuna Sands. HEX triplet: CE, C9 and 95. RGB value is (206,201,149). Sum of RGB (Red+Green+Blue) = 206+201+149=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 201 (78.91% from 255 or 36.15% from 556); Blue value is 149 (58.59% from 255 or 26.80% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC995 is #31366A. Grayscale: #C4C4C4. Windows color (decimal): -3225195 or 9816526. OLE color: 9816526.
HSL color Cylindrical-coordinate representation of color #CEC995: hue angle of 54.74º 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 #CEC995 is Cyan = 0, Magento = 0.02, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 149 | - |
| CMYK | 0 | 0.02 | 0.28 | 0.19 |
| HSL | 54.74º | 0.37% | 0.7% | - |
| HSV(B) | 54.74º | 0.28% | 0.81% | - |
| XYZ | 51.77 | 57.07 | 36.72 | - |
| YUV | 196.57 | 101.16 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 149 | 0 | 0.02 | 0.28 | 0.19 | 54.74 | 0.37 | 0.7 |
| Hex | CE | C9 | 95 | 0 | 2 | 1C | 13 | 37 | 25 | 46 |
| Octal | 316 | 311 | 225 | 0 | 2 | 34 | 23 | 67 | 45 | 106 |
| Binary | 11001110 | 11001001 | 10010101 | 0 | 10 | 11100 | 10011 | 110111 | 100101 | 1000110 |
Color Harmonies of #CEC995
Complementary color
Monochromatic Colors of #CEC995
Black with #CEC995
Text Example
Text Example
White with #CEC995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC995; }
p { color: rgb(206,201,149); }
H1.HeaderClassName
{
color: #CEC995;
}
.AnyTagClassName
{
color: #CEC995;
}
</style>
background-color css
<style>
a { background-color: #CEC995; }
a { background-color: rgb(206,201,149); }
div.DivClassName
{
background-color: #CEC995;
}
.BgClassName
{
background-color: #CEC995;
}
</style>
border-color css
<style>
span { border-color: #CEC995; }
span { border-color: rgb(206,201,149); }
td.TdClassName
{
border-color: #CEC995;
}
.TagClassName
{
border-color: #CEC995;
}
</style>