Shades of Tahuna Sands #CEC294
Tints of Tahuna Sands #CEC294
RGB
CMYK
RGB Variations
Color information
#CEC294 (or 0xCEC294) is known color: Tahuna Sands. HEX triplet: CE, C2 and 94. RGB value is (206,194,148). Sum of RGB (Red+Green+Blue) = 206+194+148=548 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.59% from 548); Green value is 194 (76.17% from 255 or 35.40% from 548); Blue value is 148 (58.20% from 255 or 27.01% from 548); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC294 is #313D6B. Grayscale: #C0C0C0. Windows color (decimal): -3226988 or 9749198. OLE color: 9749198.
HSL color Cylindrical-coordinate representation of color #CEC294: hue angle of 47.59º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEC294 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 194 | 148 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.19 |
| HSL | 47.59º | 0.37% | 0.69% | - |
| HSV(B) | 47.59º | 0.28% | 0.81% | - |
| XYZ | 50.09 | 53.84 | 35.77 | - |
| YUV | 192.34 | 102.98 | 137.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 194 | 148 | 0 | 0.06 | 0.28 | 0.19 | 47.59 | 0.37 | 0.69 |
| Hex | CE | C2 | 94 | 0 | 6 | 1C | 13 | 30 | 25 | 45 |
| Octal | 316 | 302 | 224 | 0 | 6 | 34 | 23 | 60 | 45 | 105 |
| Binary | 11001110 | 11000010 | 10010100 | 0 | 110 | 11100 | 10011 | 110000 | 100101 | 1000101 |
Color Harmonies of #CEC294
Complementary color
Monochromatic Colors of #CEC294
Black with #CEC294
Text Example
Text Example
White with #CEC294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC294; }
p { color: rgb(206,194,148); }
H1.HeaderClassName
{
color: #CEC294;
}
.AnyTagClassName
{
color: #CEC294;
}
</style>
background-color css
<style>
a { background-color: #CEC294; }
a { background-color: rgb(206,194,148); }
div.DivClassName
{
background-color: #CEC294;
}
.BgClassName
{
background-color: #CEC294;
}
</style>
border-color css
<style>
span { border-color: #CEC294; }
span { border-color: rgb(206,194,148); }
td.TdClassName
{
border-color: #CEC294;
}
.TagClassName
{
border-color: #CEC294;
}
</style>