Shades of Tahuna Sands #CCC99F
Tints of Tahuna Sands #CCC99F
RGB
CMYK
RGB Variations
Color information
#CCC99F (or 0xCCC99F) is known color: Tahuna Sands. HEX triplet: CC, C9 and 9F. RGB value is (204,201,159). Sum of RGB (Red+Green+Blue) = 204+201+159=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 159 (62.5% from 255 or 28.19% from 564); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC99F is #333660. Grayscale: #C5C5C5. Windows color (decimal): -3356257 or 10471884. OLE color: 10471884.
HSL color Cylindrical-coordinate representation of color #CCC99F: hue angle of 56º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CCC99F is Cyan = 0, Magento = 0.01, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 159 | - |
| CMYK | 0 | 0.01 | 0.22 | 0.2 |
| HSL | 56º | 0.31% | 0.71% | - |
| HSV(B) | 56º | 0.22% | 0.8% | - |
| XYZ | 52.05 | 57.11 | 41.08 | - |
| YUV | 197.11 | 106.49 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 159 | 0 | 0.01 | 0.22 | 0.2 | 56 | 0.31 | 0.71 |
| Hex | CC | C9 | 9F | 0 | 1 | 16 | 14 | 38 | 1F | 47 |
| Octal | 314 | 311 | 237 | 0 | 1 | 26 | 24 | 70 | 37 | 107 |
| Binary | 11001100 | 11001001 | 10011111 | 0 | 1 | 10110 | 10100 | 111000 | 11111 | 1000111 |
Color Harmonies of #CCC99F
Complementary color
Monochromatic Colors of #CCC99F
Black with #CCC99F
Text Example
Text Example
White with #CCC99F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC99F; }
p { color: rgb(204,201,159); }
H1.HeaderClassName
{
color: #CCC99F;
}
.AnyTagClassName
{
color: #CCC99F;
}
</style>
background-color css
<style>
a { background-color: #CCC99F; }
a { background-color: rgb(204,201,159); }
div.DivClassName
{
background-color: #CCC99F;
}
.BgClassName
{
background-color: #CCC99F;
}
</style>
border-color css
<style>
span { border-color: #CCC99F; }
span { border-color: rgb(204,201,159); }
td.TdClassName
{
border-color: #CCC99F;
}
.TagClassName
{
border-color: #CCC99F;
}
</style>