Shades of Tahuna Sands #CCC399
Tints of Tahuna Sands #CCC399
RGB
CMYK
RGB Variations
Color information
#CCC399 (or 0xCCC399) is known color: Tahuna Sands. HEX triplet: CC, C3 and 99. RGB value is (204,195,153). Sum of RGB (Red+Green+Blue) = 204+195+153=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 195 (76.56% from 255 or 35.33% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC399 is #333C66. Grayscale: #C1C1C1. Windows color (decimal): -3357799 or 10077132. OLE color: 10077132.
HSL color Cylindrical-coordinate representation of color #CCC399: hue angle of 49.41º 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 #CCC399 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 195 | 153 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.2 |
| HSL | 49.41º | 0.33% | 0.7% | - |
| HSV(B) | 49.41º | 0.25% | 0.8% | - |
| XYZ | 50.17 | 54.17 | 37.95 | - |
| YUV | 192.9 | 105.48 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 195 | 153 | 0 | 0.04 | 0.25 | 0.2 | 49.41 | 0.33 | 0.7 |
| Hex | CC | C3 | 99 | 0 | 4 | 19 | 14 | 31 | 21 | 46 |
| Octal | 314 | 303 | 231 | 0 | 4 | 31 | 24 | 61 | 41 | 106 |
| Binary | 11001100 | 11000011 | 10011001 | 0 | 100 | 11001 | 10100 | 110001 | 100001 | 1000110 |
Color Harmonies of #CCC399
Complementary color
Monochromatic Colors of #CCC399
Black with #CCC399
Text Example
Text Example
White with #CCC399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC399; }
p { color: rgb(204,195,153); }
H1.HeaderClassName
{
color: #CCC399;
}
.AnyTagClassName
{
color: #CCC399;
}
</style>
background-color css
<style>
a { background-color: #CCC399; }
a { background-color: rgb(204,195,153); }
div.DivClassName
{
background-color: #CCC399;
}
.BgClassName
{
background-color: #CCC399;
}
</style>
border-color css
<style>
span { border-color: #CCC399; }
span { border-color: rgb(204,195,153); }
td.TdClassName
{
border-color: #CCC399;
}
.TagClassName
{
border-color: #CCC399;
}
</style>