Shades of Tahuna Sands #CAC597
Tints of Tahuna Sands #CAC597
RGB
CMYK
RGB Variations
Color information
#CAC597 (or 0xCAC597) is known color: Tahuna Sands. HEX triplet: CA, C5 and 97. RGB value is (202,197,151). Sum of RGB (Red+Green+Blue) = 202+197+151=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 197 (77.34% from 255 or 35.82% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC597 is #353A68. Grayscale: #C1C1C1. Windows color (decimal): -3488361 or 9946570. OLE color: 9946570.
HSL color Cylindrical-coordinate representation of color #CAC597: hue angle of 54.12º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAC597 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 151 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.21 |
| HSL | 54.12º | 0.32% | 0.69% | - |
| HSV(B) | 54.12º | 0.25% | 0.79% | - |
| XYZ | 49.91 | 54.72 | 37.21 | - |
| YUV | 193.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 151 | 0 | 0.02 | 0.25 | 0.21 | 54.12 | 0.32 | 0.69 |
| Hex | CA | C5 | 97 | 0 | 2 | 19 | 15 | 36 | 20 | 45 |
| Octal | 312 | 305 | 227 | 0 | 2 | 31 | 25 | 66 | 40 | 105 |
| Binary | 11001010 | 11000101 | 10010111 | 0 | 10 | 11001 | 10101 | 110110 | 100000 | 1000101 |
Color Harmonies of #CAC597
Complementary color
Monochromatic Colors of #CAC597
Black with #CAC597
Text Example
Text Example
White with #CAC597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC597; }
p { color: rgb(202,197,151); }
H1.HeaderClassName
{
color: #CAC597;
}
.AnyTagClassName
{
color: #CAC597;
}
</style>
background-color css
<style>
a { background-color: #CAC597; }
a { background-color: rgb(202,197,151); }
div.DivClassName
{
background-color: #CAC597;
}
.BgClassName
{
background-color: #CAC597;
}
</style>
border-color css
<style>
span { border-color: #CAC597; }
span { border-color: rgb(202,197,151); }
td.TdClassName
{
border-color: #CAC597;
}
.TagClassName
{
border-color: #CAC597;
}
</style>