Shades of Tahuna Sands #CCC99B
Tints of Tahuna Sands #CCC99B
RGB
CMYK
RGB Variations
Color information
#CCC99B (or 0xCCC99B) is known color: Tahuna Sands. HEX triplet: CC, C9 and 9B. RGB value is (204,201,155). Sum of RGB (Red+Green+Blue) = 204+201+155=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 155 (60.94% from 255 or 27.68% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC99B is #333664. Grayscale: #C4C4C4. Windows color (decimal): -3356261 or 10209740. OLE color: 10209740.
HSL color Cylindrical-coordinate representation of color #CCC99B: hue angle of 56.33º 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 #CCC99B is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 201 | 155 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.2 |
| HSL | 56.33º | 0.32% | 0.7% | - |
| HSV(B) | 56.33º | 0.24% | 0.8% | - |
| XYZ | 51.7 | 56.98 | 39.28 | - |
| YUV | 196.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 201 | 155 | 0 | 0.01 | 0.24 | 0.2 | 56.33 | 0.32 | 0.7 |
| Hex | CC | C9 | 9B | 0 | 1 | 18 | 14 | 38 | 20 | 46 |
| Octal | 314 | 311 | 233 | 0 | 1 | 30 | 24 | 70 | 40 | 106 |
| Binary | 11001100 | 11001001 | 10011011 | 0 | 1 | 11000 | 10100 | 111000 | 100000 | 1000110 |
Color Harmonies of #CCC99B
Complementary color
Monochromatic Colors of #CCC99B
Black with #CCC99B
Text Example
Text Example
White with #CCC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCC99B; }
p { color: rgb(204,201,155); }
H1.HeaderClassName
{
color: #CCC99B;
}
.AnyTagClassName
{
color: #CCC99B;
}
</style>
background-color css
<style>
a { background-color: #CCC99B; }
a { background-color: rgb(204,201,155); }
div.DivClassName
{
background-color: #CCC99B;
}
.BgClassName
{
background-color: #CCC99B;
}
</style>
border-color css
<style>
span { border-color: #CCC99B; }
span { border-color: rgb(204,201,155); }
td.TdClassName
{
border-color: #CCC99B;
}
.TagClassName
{
border-color: #CCC99B;
}
</style>