Shades of Tahuna Sands #CAC499
Tints of Tahuna Sands #CAC499
RGB
CMYK
RGB Variations
Color information
#CAC499 (or 0xCAC499) is known color: Tahuna Sands. HEX triplet: CA, C4 and 99. RGB value is (202,196,153). Sum of RGB (Red+Green+Blue) = 202+196+153=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 196 (76.95% from 255 or 35.57% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC499 is #353B66. Grayscale: #C1C1C1. Windows color (decimal): -3488615 or 10077386. OLE color: 10077386.
HSL color Cylindrical-coordinate representation of color #CAC499: hue angle of 52.65º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAC499 is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 153 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.21 |
| HSL | 52.65º | 0.32% | 0.7% | - |
| HSV(B) | 52.65º | 0.24% | 0.79% | - |
| XYZ | 49.85 | 54.34 | 38 | - |
| YUV | 192.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 153 | 0 | 0.03 | 0.24 | 0.21 | 52.65 | 0.32 | 0.7 |
| Hex | CA | C4 | 99 | 0 | 3 | 18 | 15 | 35 | 20 | 46 |
| Octal | 312 | 304 | 231 | 0 | 3 | 30 | 25 | 65 | 40 | 106 |
| Binary | 11001010 | 11000100 | 10011001 | 0 | 11 | 11000 | 10101 | 110101 | 100000 | 1000110 |
Color Harmonies of #CAC499
Complementary color
Monochromatic Colors of #CAC499
Black with #CAC499
Text Example
Text Example
White with #CAC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC499; }
p { color: rgb(202,196,153); }
H1.HeaderClassName
{
color: #CAC499;
}
.AnyTagClassName
{
color: #CAC499;
}
</style>
background-color css
<style>
a { background-color: #CAC499; }
a { background-color: rgb(202,196,153); }
div.DivClassName
{
background-color: #CAC499;
}
.BgClassName
{
background-color: #CAC499;
}
</style>
border-color css
<style>
span { border-color: #CAC499; }
span { border-color: rgb(202,196,153); }
td.TdClassName
{
border-color: #CAC499;
}
.TagClassName
{
border-color: #CAC499;
}
</style>