Shades of Tahuna Sands #CCC49C
Tints of Tahuna Sands #CCC49C
RGB
CMYK
RGB Variations
Color information
#CCC49C (or 0xCCC49C) is known color: Tahuna Sands. HEX triplet: CC, C4 and 9C. RGB value is (204,196,156). Sum of RGB (Red+Green+Blue) = 204+196+156=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 156 (61.33% from 255 or 28.06% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49C is #333B63. Grayscale: #C2C2C2. Windows color (decimal): -3357540 or 10273996. OLE color: 10273996.
HSL color Cylindrical-coordinate representation of color #CCC49C: hue angle of 50º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC49C is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 156 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.2 |
| HSL | 50º | 0.32% | 0.71% | - |
| HSV(B) | 50º | 0.24% | 0.8% | - |
| XYZ | 50.64 | 54.72 | 39.34 | - |
| YUV | 193.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 156 | 0 | 0.04 | 0.24 | 0.2 | 50 | 0.32 | 0.71 |
| Hex | CC | C4 | 9C | 0 | 4 | 18 | 14 | 32 | 20 | 47 |
| Octal | 314 | 304 | 234 | 0 | 4 | 30 | 24 | 62 | 40 | 107 |
| Binary | 11001100 | 11000100 | 10011100 | 0 | 100 | 11000 | 10100 | 110010 | 100000 | 1000111 |
Color Harmonies of #CCC49C
Complementary color
Monochromatic Colors of #CCC49C
Black with #CCC49C
Text Example
Text Example
White with #CCC49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC49C; }
p { color: rgb(204,196,156); }
H1.HeaderClassName
{
color: #CCC49C;
}
.AnyTagClassName
{
color: #CCC49C;
}
</style>
background-color css
<style>
a { background-color: #CCC49C; }
a { background-color: rgb(204,196,156); }
div.DivClassName
{
background-color: #CCC49C;
}
.BgClassName
{
background-color: #CCC49C;
}
</style>
border-color css
<style>
span { border-color: #CCC49C; }
span { border-color: rgb(204,196,156); }
td.TdClassName
{
border-color: #CCC49C;
}
.TagClassName
{
border-color: #CCC49C;
}
</style>