Shades of Tahuna Sands #CEC7A0
Tints of Tahuna Sands #CEC7A0
RGB
CMYK
RGB Variations
Color information
#CEC7A0 (or 0xCEC7A0) is known color: Tahuna Sands. HEX triplet: CE, C7 and A0. RGB value is (206,199,160). Sum of RGB (Red+Green+Blue) = 206+199+160=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 199 (78.12% from 255 or 35.22% from 565); Blue value is 160 (62.89% from 255 or 28.32% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC7A0 is #31385F. Grayscale: #C4C4C4. Windows color (decimal): -3225696 or 10536910. OLE color: 10536910.
HSL color Cylindrical-coordinate representation of color #CEC7A0: hue angle of 50.87º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEC7A0 is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 199 | 160 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.19 |
| HSL | 50.87º | 0.32% | 0.72% | - |
| HSV(B) | 50.87º | 0.22% | 0.81% | - |
| XYZ | 52.22 | 56.51 | 41.41 | - |
| YUV | 196.65 | 107.32 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 199 | 160 | 0 | 0.03 | 0.22 | 0.19 | 50.87 | 0.32 | 0.72 |
| Hex | CE | C7 | A0 | 0 | 3 | 16 | 13 | 33 | 20 | 48 |
| Octal | 316 | 307 | 240 | 0 | 3 | 26 | 23 | 63 | 40 | 110 |
| Binary | 11001110 | 11000111 | 10100000 | 0 | 11 | 10110 | 10011 | 110011 | 100000 | 1001000 |
Color Harmonies of #CEC7A0
Complementary color
Monochromatic Colors of #CEC7A0
Black with #CEC7A0
Text Example
Text Example
White with #CEC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC7A0; }
p { color: rgb(206,199,160); }
H1.HeaderClassName
{
color: #CEC7A0;
}
.AnyTagClassName
{
color: #CEC7A0;
}
</style>
background-color css
<style>
a { background-color: #CEC7A0; }
a { background-color: rgb(206,199,160); }
div.DivClassName
{
background-color: #CEC7A0;
}
.BgClassName
{
background-color: #CEC7A0;
}
</style>
border-color css
<style>
span { border-color: #CEC7A0; }
span { border-color: rgb(206,199,160); }
td.TdClassName
{
border-color: #CEC7A0;
}
.TagClassName
{
border-color: #CEC7A0;
}
</style>