Shades of Tahuna Sands #CECE96
Tints of Tahuna Sands #CECE96
RGB
CMYK
RGB Variations
Color information
#CECE96 (or 0xCECE96) is known color: Tahuna Sands. HEX triplet: CE, CE and 96. RGB value is (206,206,150). Sum of RGB (Red+Green+Blue) = 206+206+150=562 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.65% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECE96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECE96 is #313169. Grayscale: #C7C7C7. Windows color (decimal): -3223914 or 9883342. OLE color: 9883342.
HSL color Cylindrical-coordinate representation of color #CECE96: hue angle of 60º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CECE96 is Cyan = 0, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 206 | 150 | - |
| CMYK | 0 | 0 | 0.27 | 0.19 |
| HSL | 60º | 0.36% | 0.7% | - |
| HSV(B) | 60º | 0.27% | 0.81% | - |
| XYZ | 53.03 | 59.47 | 37.54 | - |
| YUV | 199.62 | 100 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 206 | 150 | 0 | 0 | 0.27 | 0.19 | 60 | 0.36 | 0.7 |
| Hex | CE | CE | 96 | 0 | 0 | 1B | 13 | 3C | 24 | 46 |
| Octal | 316 | 316 | 226 | 0 | 0 | 33 | 23 | 74 | 44 | 106 |
| Binary | 11001110 | 11001110 | 10010110 | 0 | 0 | 11011 | 10011 | 111100 | 100100 | 1000110 |
Color Harmonies of #CECE96
Complementary color
Monochromatic Colors of #CECE96
Black with #CECE96
Text Example
Text Example
White with #CECE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECE96; }
p { color: rgb(206,206,150); }
H1.HeaderClassName
{
color: #CECE96;
}
.AnyTagClassName
{
color: #CECE96;
}
</style>
background-color css
<style>
a { background-color: #CECE96; }
a { background-color: rgb(206,206,150); }
div.DivClassName
{
background-color: #CECE96;
}
.BgClassName
{
background-color: #CECE96;
}
</style>
border-color css
<style>
span { border-color: #CECE96; }
span { border-color: rgb(206,206,150); }
td.TdClassName
{
border-color: #CECE96;
}
.TagClassName
{
border-color: #CECE96;
}
</style>