Shades of Tahuna Sands #CAC598
Tints of Tahuna Sands #CAC598
RGB
CMYK
RGB Variations
Color information
#CAC598 (or 0xCAC598) is known color: Tahuna Sands. HEX triplet: CA, C5 and 98. RGB value is (202,197,152). Sum of RGB (Red+Green+Blue) = 202+197+152=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 152 (59.77% from 255 or 27.59% from 551); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC598 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC598 is #353A67. Grayscale: #C1C1C1. Windows color (decimal): -3488360 or 10012106. OLE color: 10012106.
HSL color Cylindrical-coordinate representation of color #CAC598: hue angle of 54º 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 #CAC598 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 197 | 152 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.21 |
| HSL | 54º | 0.32% | 0.69% | - |
| HSV(B) | 54º | 0.25% | 0.79% | - |
| XYZ | 49.99 | 54.76 | 37.64 | - |
| YUV | 193.37 | 104.66 | 134.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 197 | 152 | 0 | 0.02 | 0.25 | 0.21 | 54 | 0.32 | 0.69 |
| Hex | CA | C5 | 98 | 0 | 2 | 19 | 15 | 36 | 20 | 45 |
| Octal | 312 | 305 | 230 | 0 | 2 | 31 | 25 | 66 | 40 | 105 |
| Binary | 11001010 | 11000101 | 10011000 | 0 | 10 | 11001 | 10101 | 110110 | 100000 | 1000101 |
Color Harmonies of #CAC598
Complementary color
Monochromatic Colors of #CAC598
Black with #CAC598
Text Example
Text Example
White with #CAC598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC598; }
p { color: rgb(202,197,152); }
H1.HeaderClassName
{
color: #CAC598;
}
.AnyTagClassName
{
color: #CAC598;
}
</style>
background-color css
<style>
a { background-color: #CAC598; }
a { background-color: rgb(202,197,152); }
div.DivClassName
{
background-color: #CAC598;
}
.BgClassName
{
background-color: #CAC598;
}
</style>
border-color css
<style>
span { border-color: #CAC598; }
span { border-color: rgb(202,197,152); }
td.TdClassName
{
border-color: #CAC598;
}
.TagClassName
{
border-color: #CAC598;
}
</style>