Shades of Tahuna Sands #CCC49A
Tints of Tahuna Sands #CCC49A
RGB
CMYK
RGB Variations
Color information
#CCC49A (or 0xCCC49A) is known color: Tahuna Sands. HEX triplet: CC, C4 and 9A. RGB value is (204,196,154). Sum of RGB (Red+Green+Blue) = 204+196+154=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 196 (76.95% from 255 or 35.38% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49A is #333B65. Grayscale: #C1C1C1. Windows color (decimal): -3357542 or 10142924. OLE color: 10142924.
HSL color Cylindrical-coordinate representation of color #CCC49A: hue angle of 50.4º 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 #CCC49A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 154 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.2 |
| HSL | 50.4º | 0.33% | 0.7% | - |
| HSV(B) | 50.4º | 0.25% | 0.8% | - |
| XYZ | 50.47 | 54.65 | 38.46 | - |
| YUV | 193.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 154 | 0 | 0.04 | 0.25 | 0.2 | 50.4 | 0.33 | 0.7 |
| Hex | CC | C4 | 9A | 0 | 4 | 19 | 14 | 32 | 21 | 46 |
| Octal | 314 | 304 | 232 | 0 | 4 | 31 | 24 | 62 | 41 | 106 |
| Binary | 11001100 | 11000100 | 10011010 | 0 | 100 | 11001 | 10100 | 110010 | 100001 | 1000110 |
Color Harmonies of #CCC49A
Complementary color
Monochromatic Colors of #CCC49A
Black with #CCC49A
Text Example
Text Example
White with #CCC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC49A; }
p { color: rgb(204,196,154); }
H1.HeaderClassName
{
color: #CCC49A;
}
.AnyTagClassName
{
color: #CCC49A;
}
</style>
background-color css
<style>
a { background-color: #CCC49A; }
a { background-color: rgb(204,196,154); }
div.DivClassName
{
background-color: #CCC49A;
}
.BgClassName
{
background-color: #CCC49A;
}
</style>
border-color css
<style>
span { border-color: #CCC49A; }
span { border-color: rgb(204,196,154); }
td.TdClassName
{
border-color: #CCC49A;
}
.TagClassName
{
border-color: #CCC49A;
}
</style>