Shades of Tahuna Sands #CEC495
Tints of Tahuna Sands #CEC495
RGB
CMYK
RGB Variations
Color information
#CEC495 (or 0xCEC495) is known color: Tahuna Sands. HEX triplet: CE, C4 and 95. RGB value is (206,196,149). Sum of RGB (Red+Green+Blue) = 206+196+149=551 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.39% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC495 is #313B6A. Grayscale: #C1C1C1. Windows color (decimal): -3226475 or 9815246. OLE color: 9815246.
HSL color Cylindrical-coordinate representation of color #CEC495: hue angle of 49.47º 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 #CEC495 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 149 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.19 |
| HSL | 49.47º | 0.37% | 0.7% | - |
| HSV(B) | 49.47º | 0.28% | 0.81% | - |
| XYZ | 50.62 | 54.77 | 36.34 | - |
| YUV | 193.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 149 | 0 | 0.05 | 0.28 | 0.19 | 49.47 | 0.37 | 0.7 |
| Hex | CE | C4 | 95 | 0 | 5 | 1C | 13 | 31 | 25 | 46 |
| Octal | 316 | 304 | 225 | 0 | 5 | 34 | 23 | 61 | 45 | 106 |
| Binary | 11001110 | 11000100 | 10010101 | 0 | 101 | 11100 | 10011 | 110001 | 100101 | 1000110 |
Color Harmonies of #CEC495
Complementary color
Monochromatic Colors of #CEC495
Black with #CEC495
Text Example
Text Example
White with #CEC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC495; }
p { color: rgb(206,196,149); }
H1.HeaderClassName
{
color: #CEC495;
}
.AnyTagClassName
{
color: #CEC495;
}
</style>
background-color css
<style>
a { background-color: #CEC495; }
a { background-color: rgb(206,196,149); }
div.DivClassName
{
background-color: #CEC495;
}
.BgClassName
{
background-color: #CEC495;
}
</style>
border-color css
<style>
span { border-color: #CEC495; }
span { border-color: rgb(206,196,149); }
td.TdClassName
{
border-color: #CEC495;
}
.TagClassName
{
border-color: #CEC495;
}
</style>