Shades of Tahuna Sands #CCC69E
Tints of Tahuna Sands #CCC69E
RGB
CMYK
RGB Variations
Color information
#CCC69E (or 0xCCC69E) is known color: Tahuna Sands. HEX triplet: CC, C6 and 9E. RGB value is (204,198,158). Sum of RGB (Red+Green+Blue) = 204+198+158=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 158 (62.11% from 255 or 28.21% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC69E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC69E is #333961. Grayscale: #C3C3C3. Windows color (decimal): -3357026 or 10405580. OLE color: 10405580.
HSL color Cylindrical-coordinate representation of color #CCC69E: hue angle of 52.17º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCC69E is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 158 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.2 |
| HSL | 52.17º | 0.31% | 0.71% | - |
| HSV(B) | 52.17º | 0.23% | 0.8% | - |
| XYZ | 51.27 | 55.69 | 40.4 | - |
| YUV | 195.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 158 | 0 | 0.03 | 0.23 | 0.2 | 52.17 | 0.31 | 0.71 |
| Hex | CC | C6 | 9E | 0 | 3 | 17 | 14 | 34 | 1F | 47 |
| Octal | 314 | 306 | 236 | 0 | 3 | 27 | 24 | 64 | 37 | 107 |
| Binary | 11001100 | 11000110 | 10011110 | 0 | 11 | 10111 | 10100 | 110100 | 11111 | 1000111 |
Color Harmonies of #CCC69E
Complementary color
Monochromatic Colors of #CCC69E
Black with #CCC69E
Text Example
Text Example
White with #CCC69E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC69E; }
p { color: rgb(204,198,158); }
H1.HeaderClassName
{
color: #CCC69E;
}
.AnyTagClassName
{
color: #CCC69E;
}
</style>
background-color css
<style>
a { background-color: #CCC69E; }
a { background-color: rgb(204,198,158); }
div.DivClassName
{
background-color: #CCC69E;
}
.BgClassName
{
background-color: #CCC69E;
}
</style>
border-color css
<style>
span { border-color: #CCC69E; }
span { border-color: rgb(204,198,158); }
td.TdClassName
{
border-color: #CCC69E;
}
.TagClassName
{
border-color: #CCC69E;
}
</style>