Shades of Tahuna Sands #CCC49B
Tints of Tahuna Sands #CCC49B
RGB
CMYK
RGB Variations
Color information
#CCC49B (or 0xCCC49B) is known color: Tahuna Sands. HEX triplet: CC, C4 and 9B. RGB value is (204,196,155). Sum of RGB (Red+Green+Blue) = 204+196+155=555 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.76% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 155 (60.94% from 255 or 27.93% from 555); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC49B is #333B64. Grayscale: #C1C1C1. Windows color (decimal): -3357541 or 10208460. OLE color: 10208460.
HSL color Cylindrical-coordinate representation of color #CCC49B: hue angle of 50.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCC49B is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 196 | 155 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.2 |
| HSL | 50.2º | 0.32% | 0.7% | - |
| HSV(B) | 50.2º | 0.24% | 0.8% | - |
| XYZ | 50.56 | 54.68 | 38.9 | - |
| YUV | 193.72 | 106.15 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 196 | 155 | 0 | 0.04 | 0.24 | 0.2 | 50.2 | 0.32 | 0.7 |
| Hex | CC | C4 | 9B | 0 | 4 | 18 | 14 | 32 | 20 | 46 |
| Octal | 314 | 304 | 233 | 0 | 4 | 30 | 24 | 62 | 40 | 106 |
| Binary | 11001100 | 11000100 | 10011011 | 0 | 100 | 11000 | 10100 | 110010 | 100000 | 1000110 |
Color Harmonies of #CCC49B
Complementary color
Monochromatic Colors of #CCC49B
Black with #CCC49B
Text Example
Text Example
White with #CCC49B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC49B; }
p { color: rgb(204,196,155); }
H1.HeaderClassName
{
color: #CCC49B;
}
.AnyTagClassName
{
color: #CCC49B;
}
</style>
background-color css
<style>
a { background-color: #CCC49B; }
a { background-color: rgb(204,196,155); }
div.DivClassName
{
background-color: #CCC49B;
}
.BgClassName
{
background-color: #CCC49B;
}
</style>
border-color css
<style>
span { border-color: #CCC49B; }
span { border-color: rgb(204,196,155); }
td.TdClassName
{
border-color: #CCC49B;
}
.TagClassName
{
border-color: #CCC49B;
}
</style>