Shades of Tahuna Sands #CECD9F
Tints of Tahuna Sands #CECD9F
RGB
CMYK
RGB Variations
Color information
#CECD9F (or 0xCECD9F) is known color: Tahuna Sands. HEX triplet: CE, CD and 9F. RGB value is (206,205,159). Sum of RGB (Red+Green+Blue) = 206+205+159=570 (75% of max value = 765). Red value is 206 (80.86% from 255 or 36.14% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 159 (62.5% from 255 or 27.89% from 570); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD9F is #313260. Grayscale: #C8C8C8. Windows color (decimal): -3224161 or 10472910. OLE color: 10472910.
HSL color Cylindrical-coordinate representation of color #CECD9F: hue angle of 58.72º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CECD9F is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 159 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.19 |
| HSL | 58.72º | 0.32% | 0.72% | - |
| HSV(B) | 58.72º | 0.23% | 0.81% | - |
| XYZ | 53.54 | 59.29 | 41.42 | - |
| YUV | 200.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 159 | 0 | 0.00 | 0.23 | 0.19 | 58.72 | 0.32 | 0.72 |
| Hex | CE | CD | 9F | 0 | 0 | 17 | 13 | 3B | 20 | 48 |
| Octal | 316 | 315 | 237 | 0 | 0 | 27 | 23 | 73 | 40 | 110 |
| Binary | 11001110 | 11001101 | 10011111 | 0 | 0 | 10111 | 10011 | 111011 | 100000 | 1001000 |
Color Harmonies of #CECD9F
Complementary color
Monochromatic Colors of #CECD9F
Black with #CECD9F
Text Example
Text Example
White with #CECD9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD9F; }
p { color: rgb(206,205,159); }
H1.HeaderClassName
{
color: #CECD9F;
}
.AnyTagClassName
{
color: #CECD9F;
}
</style>
background-color css
<style>
a { background-color: #CECD9F; }
a { background-color: rgb(206,205,159); }
div.DivClassName
{
background-color: #CECD9F;
}
.BgClassName
{
background-color: #CECD9F;
}
</style>
border-color css
<style>
span { border-color: #CECD9F; }
span { border-color: rgb(206,205,159); }
td.TdClassName
{
border-color: #CECD9F;
}
.TagClassName
{
border-color: #CECD9F;
}
</style>