Shades of Tahuna Sands #CEC194
Tints of Tahuna Sands #CEC194
RGB
CMYK
RGB Variations
Color information
#CEC194 (or 0xCEC194) is known color: Tahuna Sands. HEX triplet: CE, C1 and 94. RGB value is (206,193,148). Sum of RGB (Red+Green+Blue) = 206+193+148=547 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.66% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 148 (58.20% from 255 or 27.06% from 547); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC194 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC194 is #313E6B. Grayscale: #BFBFBF. Windows color (decimal): -3227244 or 9748942. OLE color: 9748942.
HSL color Cylindrical-coordinate representation of color #CEC194: hue angle of 46.55º 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 #CEC194 is Cyan = 0, Magento = 0.06, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 193 | 148 | - |
| CMYK | 0 | 0.06 | 0.28 | 0.19 |
| HSL | 46.55º | 0.37% | 0.69% | - |
| HSV(B) | 46.55º | 0.28% | 0.81% | - |
| XYZ | 49.87 | 53.4 | 35.7 | - |
| YUV | 191.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 193 | 148 | 0 | 0.06 | 0.28 | 0.19 | 46.55 | 0.37 | 0.69 |
| Hex | CE | C1 | 94 | 0 | 6 | 1C | 13 | 2F | 25 | 45 |
| Octal | 316 | 301 | 224 | 0 | 6 | 34 | 23 | 57 | 45 | 105 |
| Binary | 11001110 | 11000001 | 10010100 | 0 | 110 | 11100 | 10011 | 101111 | 100101 | 1000101 |
Color Harmonies of #CEC194
Complementary color
Monochromatic Colors of #CEC194
Black with #CEC194
Text Example
Text Example
White with #CEC194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC194; }
p { color: rgb(206,193,148); }
H1.HeaderClassName
{
color: #CEC194;
}
.AnyTagClassName
{
color: #CEC194;
}
</style>
background-color css
<style>
a { background-color: #CEC194; }
a { background-color: rgb(206,193,148); }
div.DivClassName
{
background-color: #CEC194;
}
.BgClassName
{
background-color: #CEC194;
}
</style>
border-color css
<style>
span { border-color: #CEC194; }
span { border-color: rgb(206,193,148); }
td.TdClassName
{
border-color: #CEC194;
}
.TagClassName
{
border-color: #CEC194;
}
</style>