Shades of Tahuna Sands #CEC992
Tints of Tahuna Sands #CEC992
RGB
CMYK
RGB Variations
Color information
#CEC992 (or 0xCEC992) is known color: Tahuna Sands. HEX triplet: CE, C9 and 92. RGB value is (206,201,146). Sum of RGB (Red+Green+Blue) = 206+201+146=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 146 (57.42% from 255 or 26.40% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC992 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC992 is #31366D. Grayscale: #C4C4C4. Windows color (decimal): -3225198 or 9619918. OLE color: 9619918.
HSL color Cylindrical-coordinate representation of color #CEC992: hue angle of 55º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEC992 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 201 | 146 | - |
| CMYK | 0 | 0.02 | 0.29 | 0.19 |
| HSL | 55º | 0.38% | 0.69% | - |
| HSV(B) | 55º | 0.29% | 0.81% | - |
| XYZ | 51.53 | 56.97 | 35.47 | - |
| YUV | 196.23 | 99.66 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 201 | 146 | 0 | 0.02 | 0.29 | 0.19 | 55 | 0.38 | 0.69 |
| Hex | CE | C9 | 92 | 0 | 2 | 1D | 13 | 37 | 26 | 45 |
| Octal | 316 | 311 | 222 | 0 | 2 | 35 | 23 | 67 | 46 | 105 |
| Binary | 11001110 | 11001001 | 10010010 | 0 | 10 | 11101 | 10011 | 110111 | 100110 | 1000101 |
Color Harmonies of #CEC992
Complementary color
Monochromatic Colors of #CEC992
Black with #CEC992
Text Example
Text Example
White with #CEC992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC992; }
p { color: rgb(206,201,146); }
H1.HeaderClassName
{
color: #CEC992;
}
.AnyTagClassName
{
color: #CEC992;
}
</style>
background-color css
<style>
a { background-color: #CEC992; }
a { background-color: rgb(206,201,146); }
div.DivClassName
{
background-color: #CEC992;
}
.BgClassName
{
background-color: #CEC992;
}
</style>
border-color css
<style>
span { border-color: #CEC992; }
span { border-color: rgb(206,201,146); }
td.TdClassName
{
border-color: #CEC992;
}
.TagClassName
{
border-color: #CEC992;
}
</style>