Shades of Tahuna Sands #CCC698
Tints of Tahuna Sands #CCC698
RGB
CMYK
RGB Variations
Color information
#CCC698 (or 0xCCC698) is known color: Tahuna Sands. HEX triplet: CC, C6 and 98. RGB value is (204,198,152). Sum of RGB (Red+Green+Blue) = 204+198+152=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 152 (59.77% from 255 or 27.44% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC698 is #333967. Grayscale: #C2C2C2. Windows color (decimal): -3357032 or 10012364. OLE color: 10012364.
HSL color Cylindrical-coordinate representation of color #CCC698: hue angle of 53.08º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCC698 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 198 | 152 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.2 |
| HSL | 53.08º | 0.34% | 0.7% | - |
| HSV(B) | 53.08º | 0.25% | 0.8% | - |
| XYZ | 50.76 | 55.49 | 37.74 | - |
| YUV | 194.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 198 | 152 | 0 | 0.03 | 0.25 | 0.2 | 53.08 | 0.34 | 0.7 |
| Hex | CC | C6 | 98 | 0 | 3 | 19 | 14 | 35 | 22 | 46 |
| Octal | 314 | 306 | 230 | 0 | 3 | 31 | 24 | 65 | 42 | 106 |
| Binary | 11001100 | 11000110 | 10011000 | 0 | 11 | 11001 | 10100 | 110101 | 100010 | 1000110 |
Color Harmonies of #CCC698
Complementary color
Monochromatic Colors of #CCC698
Black with #CCC698
Text Example
Text Example
White with #CCC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC698; }
p { color: rgb(204,198,152); }
H1.HeaderClassName
{
color: #CCC698;
}
.AnyTagClassName
{
color: #CCC698;
}
</style>
background-color css
<style>
a { background-color: #CCC698; }
a { background-color: rgb(204,198,152); }
div.DivClassName
{
background-color: #CCC698;
}
.BgClassName
{
background-color: #CCC698;
}
</style>
border-color css
<style>
span { border-color: #CCC698; }
span { border-color: rgb(204,198,152); }
td.TdClassName
{
border-color: #CCC698;
}
.TagClassName
{
border-color: #CCC698;
}
</style>