Shades of Tahuna Sands #CECC9B
Tints of Tahuna Sands #CECC9B
RGB
CMYK
RGB Variations
Color information
#CECC9B (or 0xCECC9B) is known color: Tahuna Sands. HEX triplet: CE, CC and 9B. RGB value is (206,204,155). Sum of RGB (Red+Green+Blue) = 206+204+155=565 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.46% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC9B is #313364. Grayscale: #C7C7C7. Windows color (decimal): -3224421 or 10210510. OLE color: 10210510.
HSL color Cylindrical-coordinate representation of color #CECC9B: hue angle of 57.65º 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 #CECC9B is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 155 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.19 |
| HSL | 57.65º | 0.34% | 0.71% | - |
| HSV(B) | 57.65º | 0.25% | 0.81% | - |
| XYZ | 52.96 | 58.67 | 39.54 | - |
| YUV | 199.01 | 103.16 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 155 | 0 | 0.01 | 0.25 | 0.19 | 57.65 | 0.34 | 0.71 |
| Hex | CE | CC | 9B | 0 | 1 | 19 | 13 | 3A | 22 | 47 |
| Octal | 316 | 314 | 233 | 0 | 1 | 31 | 23 | 72 | 42 | 107 |
| Binary | 11001110 | 11001100 | 10011011 | 0 | 1 | 11001 | 10011 | 111010 | 100010 | 1000111 |
Color Harmonies of #CECC9B
Complementary color
Monochromatic Colors of #CECC9B
Black with #CECC9B
Text Example
Text Example
White with #CECC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC9B; }
p { color: rgb(206,204,155); }
H1.HeaderClassName
{
color: #CECC9B;
}
.AnyTagClassName
{
color: #CECC9B;
}
</style>
background-color css
<style>
a { background-color: #CECC9B; }
a { background-color: rgb(206,204,155); }
div.DivClassName
{
background-color: #CECC9B;
}
.BgClassName
{
background-color: #CECC9B;
}
</style>
border-color css
<style>
span { border-color: #CECC9B; }
span { border-color: rgb(206,204,155); }
td.TdClassName
{
border-color: #CECC9B;
}
.TagClassName
{
border-color: #CECC9B;
}
</style>