Shades of Tahuna Sands #C9C49B
Tints of Tahuna Sands #C9C49B
RGB
CMYK
RGB Variations
Color information
#C9C49B (or 0xC9C49B) is known color: Tahuna Sands. HEX triplet: C9, C4 and 9B. RGB value is (201,196,155). Sum of RGB (Red+Green+Blue) = 201+196+155=552 (73% of max value = 765). Red value is 201 (78.91% from 255 or 36.41% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 155 (60.94% from 255 or 28.08% from 552); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9C49B is #363B64. Grayscale: #C0C0C0. Windows color (decimal): -3554149 or 10208457. OLE color: 10208457.
HSL color Cylindrical-coordinate representation of color #C9C49B: hue angle of 53.48º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9C49B is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 196 | 155 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.21 |
| HSL | 53.48º | 0.3% | 0.7% | - |
| HSV(B) | 53.48º | 0.23% | 0.79% | - |
| XYZ | 49.74 | 54.26 | 38.86 | - |
| YUV | 192.82 | 106.66 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 196 | 155 | 0 | 0.02 | 0.23 | 0.21 | 53.48 | 0.3 | 0.7 |
| Hex | C9 | C4 | 9B | 0 | 2 | 17 | 15 | 35 | 1E | 46 |
| Octal | 311 | 304 | 233 | 0 | 2 | 27 | 25 | 65 | 36 | 106 |
| Binary | 11001001 | 11000100 | 10011011 | 0 | 10 | 10111 | 10101 | 110101 | 11110 | 1000110 |
Color Harmonies of #C9C49B
Complementary color
Monochromatic Colors of #C9C49B
Black with #C9C49B
Text Example
Text Example
White with #C9C49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C49B; }
p { color: rgb(201,196,155); }
H1.HeaderClassName
{
color: #C9C49B;
}
.AnyTagClassName
{
color: #C9C49B;
}
</style>
background-color css
<style>
a { background-color: #C9C49B; }
a { background-color: rgb(201,196,155); }
div.DivClassName
{
background-color: #C9C49B;
}
.BgClassName
{
background-color: #C9C49B;
}
</style>
border-color css
<style>
span { border-color: #C9C49B; }
span { border-color: rgb(201,196,155); }
td.TdClassName
{
border-color: #C9C49B;
}
.TagClassName
{
border-color: #C9C49B;
}
</style>