Shades of Tahuna Sands #CECC9A
Tints of Tahuna Sands #CECC9A
RGB
CMYK
RGB Variations
Color information
#CECC9A (or 0xCECC9A) is known color: Tahuna Sands. HEX triplet: CE, CC and 9A. RGB value is (206,204,154). Sum of RGB (Red+Green+Blue) = 206+204+154=564 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.52% from 564); Green value is 204 (80.08% from 255 or 36.17% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 206 - color contains mainly: red. Hex color #CECC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CECC9A is #313365. Grayscale: #C7C7C7. Windows color (decimal): -3224422 or 10144974. OLE color: 10144974.
HSL color Cylindrical-coordinate representation of color #CECC9A: hue angle of 57.69º degrees, saturation: 0.35, 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 #CECC9A is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 204 | 154 | - |
| CMYK | 0 | 0.01 | 0.25 | 0.19 |
| HSL | 57.69º | 0.35% | 0.71% | - |
| HSV(B) | 57.69º | 0.25% | 0.81% | - |
| XYZ | 52.88 | 58.64 | 39.1 | - |
| YUV | 198.9 | 102.66 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 204 | 154 | 0 | 0.01 | 0.25 | 0.19 | 57.69 | 0.35 | 0.71 |
| Hex | CE | CC | 9A | 0 | 1 | 19 | 13 | 3A | 23 | 47 |
| Octal | 316 | 314 | 232 | 0 | 1 | 31 | 23 | 72 | 43 | 107 |
| Binary | 11001110 | 11001100 | 10011010 | 0 | 1 | 11001 | 10011 | 111010 | 100011 | 1000111 |
Color Harmonies of #CECC9A
Complementary color
Monochromatic Colors of #CECC9A
Black with #CECC9A
Text Example
Text Example
White with #CECC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CECC9A; }
p { color: rgb(206,204,154); }
H1.HeaderClassName
{
color: #CECC9A;
}
.AnyTagClassName
{
color: #CECC9A;
}
</style>
background-color css
<style>
a { background-color: #CECC9A; }
a { background-color: rgb(206,204,154); }
div.DivClassName
{
background-color: #CECC9A;
}
.BgClassName
{
background-color: #CECC9A;
}
</style>
border-color css
<style>
span { border-color: #CECC9A; }
span { border-color: rgb(206,204,154); }
td.TdClassName
{
border-color: #CECC9A;
}
.TagClassName
{
border-color: #CECC9A;
}
</style>