Shades of Tahuna Sands #CECD9B
Tints of Tahuna Sands #CECD9B
RGB
CMYK
RGB Variations
Color information
#CECD9B (or 0xCECD9B) is known color: Tahuna Sands. HEX triplet: CE, CD and 9B. RGB value is (206,205,155). Sum of RGB (Red+Green+Blue) = 206+205+155=566 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.40% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 155 (60.94% from 255 or 27.39% from 566); Max value from RGB is 206 - color contains mainly: red. Hex color #CECD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECD9B is #313264. Grayscale: #C7C7C7. Windows color (decimal): -3224165 or 10210766. OLE color: 10210766.
HSL color Cylindrical-coordinate representation of color #CECD9B: hue angle of 58.82º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CECD9B is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 205 | 155 | - |
| CMYK | 0 | 0.00 | 0.25 | 0.19 |
| HSL | 58.82º | 0.34% | 0.71% | - |
| HSV(B) | 58.82º | 0.25% | 0.81% | - |
| XYZ | 53.2 | 59.15 | 39.62 | - |
| YUV | 199.6 | 102.83 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 205 | 155 | 0 | 0.00 | 0.25 | 0.19 | 58.82 | 0.34 | 0.71 |
| Hex | CE | CD | 9B | 0 | 0 | 19 | 13 | 3B | 22 | 47 |
| Octal | 316 | 315 | 233 | 0 | 0 | 31 | 23 | 73 | 42 | 107 |
| Binary | 11001110 | 11001101 | 10011011 | 0 | 0 | 11001 | 10011 | 111011 | 100010 | 1000111 |
Color Harmonies of #CECD9B
Complementary color
Monochromatic Colors of #CECD9B
Black with #CECD9B
Text Example
Text Example
White with #CECD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECD9B; }
p { color: rgb(206,205,155); }
H1.HeaderClassName
{
color: #CECD9B;
}
.AnyTagClassName
{
color: #CECD9B;
}
</style>
background-color css
<style>
a { background-color: #CECD9B; }
a { background-color: rgb(206,205,155); }
div.DivClassName
{
background-color: #CECD9B;
}
.BgClassName
{
background-color: #CECD9B;
}
</style>
border-color css
<style>
span { border-color: #CECD9B; }
span { border-color: rgb(206,205,155); }
td.TdClassName
{
border-color: #CECD9B;
}
.TagClassName
{
border-color: #CECD9B;
}
</style>