Shades of Tahuna Sands #CCC59A
Tints of Tahuna Sands #CCC59A
RGB
CMYK
RGB Variations
Color information
#CCC59A (or 0xCCC59A) is known color: Tahuna Sands. HEX triplet: CC, C5 and 9A. RGB value is (204,197,154). Sum of RGB (Red+Green+Blue) = 204+197+154=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 154 (60.55% from 255 or 27.75% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC59A is #333A65. Grayscale: #C2C2C2. Windows color (decimal): -3357286 or 10143180. OLE color: 10143180.
HSL color Cylindrical-coordinate representation of color #CCC59A: hue angle of 51.6º degrees, saturation: 0.33, 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 #CCC59A is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 197 | 154 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.2 |
| HSL | 51.6º | 0.33% | 0.7% | - |
| HSV(B) | 51.6º | 0.25% | 0.8% | - |
| XYZ | 50.7 | 55.1 | 38.54 | - |
| YUV | 194.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 197 | 154 | 0 | 0.03 | 0.25 | 0.2 | 51.6 | 0.33 | 0.7 |
| Hex | CC | C5 | 9A | 0 | 3 | 19 | 14 | 34 | 21 | 46 |
| Octal | 314 | 305 | 232 | 0 | 3 | 31 | 24 | 64 | 41 | 106 |
| Binary | 11001100 | 11000101 | 10011010 | 0 | 11 | 11001 | 10100 | 110100 | 100001 | 1000110 |
Color Harmonies of #CCC59A
Complementary color
Monochromatic Colors of #CCC59A
Black with #CCC59A
Text Example
Text Example
White with #CCC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC59A; }
p { color: rgb(204,197,154); }
H1.HeaderClassName
{
color: #CCC59A;
}
.AnyTagClassName
{
color: #CCC59A;
}
</style>
background-color css
<style>
a { background-color: #CCC59A; }
a { background-color: rgb(204,197,154); }
div.DivClassName
{
background-color: #CCC59A;
}
.BgClassName
{
background-color: #CCC59A;
}
</style>
border-color css
<style>
span { border-color: #CCC59A; }
span { border-color: rgb(204,197,154); }
td.TdClassName
{
border-color: #CCC59A;
}
.TagClassName
{
border-color: #CCC59A;
}
</style>