Shades of Tahuna Sands #CAC599
Tints of Tahuna Sands #CAC599
RGB
CMYK
RGB Variations
Color information
#CAC599 (or 0xCAC599) is known color: Tahuna Sands. HEX triplet: CA, C5 and 99. RGB value is (202,197,153). Sum of RGB (Red+Green+Blue) = 202+197+153=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC599 is #353A66. Grayscale: #C1C1C1. Windows color (decimal): -3488359 or 10077642. OLE color: 10077642.
HSL color Cylindrical-coordinate representation of color #CAC599: hue angle of 53.88º 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 #CAC599 is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 153 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.21 |
| HSL | 53.88º | 0.32% | 0.7% | - |
| HSV(B) | 53.88º | 0.24% | 0.79% | - |
| XYZ | 50.07 | 54.79 | 38.07 | - |
| YUV | 193.48 | 105.16 | 134.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 153 | 0 | 0.02 | 0.24 | 0.21 | 53.88 | 0.32 | 0.7 |
| Hex | CA | C5 | 99 | 0 | 2 | 18 | 15 | 36 | 20 | 46 |
| Octal | 312 | 305 | 231 | 0 | 2 | 30 | 25 | 66 | 40 | 106 |
| Binary | 11001010 | 11000101 | 10011001 | 0 | 10 | 11000 | 10101 | 110110 | 100000 | 1000110 |
Color Harmonies of #CAC599
Complementary color
Monochromatic Colors of #CAC599
Black with #CAC599
Text Example
Text Example
White with #CAC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC599; }
p { color: rgb(202,197,153); }
H1.HeaderClassName
{
color: #CAC599;
}
.AnyTagClassName
{
color: #CAC599;
}
</style>
background-color css
<style>
a { background-color: #CAC599; }
a { background-color: rgb(202,197,153); }
div.DivClassName
{
background-color: #CAC599;
}
.BgClassName
{
background-color: #CAC599;
}
</style>
border-color css
<style>
span { border-color: #CAC599; }
span { border-color: rgb(202,197,153); }
td.TdClassName
{
border-color: #CAC599;
}
.TagClassName
{
border-color: #CAC599;
}
</style>