Shades of Tahuna Sands #CEC695
Tints of Tahuna Sands #CEC695
RGB
CMYK
RGB Variations
Color information
#CEC695 (or 0xCEC695) is known color: Tahuna Sands. HEX triplet: CE, C6 and 95. RGB value is (206,198,149). Sum of RGB (Red+Green+Blue) = 206+198+149=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC695 is #31396A. Grayscale: #C3C3C3. Windows color (decimal): -3225963 or 9815758. OLE color: 9815758.
HSL color Cylindrical-coordinate representation of color #CEC695: hue angle of 51.58º 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 #CEC695 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 198 | 149 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.19 |
| HSL | 51.58º | 0.37% | 0.7% | - |
| HSV(B) | 51.58º | 0.28% | 0.81% | - |
| XYZ | 51.07 | 55.68 | 36.49 | - |
| YUV | 194.81 | 102.15 | 135.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 198 | 149 | 0 | 0.04 | 0.28 | 0.19 | 51.58 | 0.37 | 0.7 |
| Hex | CE | C6 | 95 | 0 | 4 | 1C | 13 | 34 | 25 | 46 |
| Octal | 316 | 306 | 225 | 0 | 4 | 34 | 23 | 64 | 45 | 106 |
| Binary | 11001110 | 11000110 | 10010101 | 0 | 100 | 11100 | 10011 | 110100 | 100101 | 1000110 |
Color Harmonies of #CEC695
Complementary color
Monochromatic Colors of #CEC695
Black with #CEC695
Text Example
Text Example
White with #CEC695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC695; }
p { color: rgb(206,198,149); }
H1.HeaderClassName
{
color: #CEC695;
}
.AnyTagClassName
{
color: #CEC695;
}
</style>
background-color css
<style>
a { background-color: #CEC695; }
a { background-color: rgb(206,198,149); }
div.DivClassName
{
background-color: #CEC695;
}
.BgClassName
{
background-color: #CEC695;
}
</style>
border-color css
<style>
span { border-color: #CEC695; }
span { border-color: rgb(206,198,149); }
td.TdClassName
{
border-color: #CEC695;
}
.TagClassName
{
border-color: #CEC695;
}
</style>