Shades of Tahuna Sands #CAC396
Tints of Tahuna Sands #CAC396
RGB
CMYK
RGB Variations
Color information
#CAC396 (or 0xCAC396) is known color: Tahuna Sands. HEX triplet: CA, C3 and 96. RGB value is (202,195,150). Sum of RGB (Red+Green+Blue) = 202+195+150=547 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.93% from 547); Green value is 195 (76.56% from 255 or 35.65% from 547); Blue value is 150 (58.98% from 255 or 27.42% from 547); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC396 is #353C69. Grayscale: #C0C0C0. Windows color (decimal): -3488874 or 9880522. OLE color: 9880522.
HSL color Cylindrical-coordinate representation of color #CAC396: hue angle of 51.92º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAC396 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 195 | 150 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.21 |
| HSL | 51.92º | 0.33% | 0.69% | - |
| HSV(B) | 51.92º | 0.26% | 0.79% | - |
| XYZ | 49.38 | 53.79 | 36.63 | - |
| YUV | 191.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 195 | 150 | 0 | 0.03 | 0.26 | 0.21 | 51.92 | 0.33 | 0.69 |
| Hex | CA | C3 | 96 | 0 | 3 | 1A | 15 | 34 | 21 | 45 |
| Octal | 312 | 303 | 226 | 0 | 3 | 32 | 25 | 64 | 41 | 105 |
| Binary | 11001010 | 11000011 | 10010110 | 0 | 11 | 11010 | 10101 | 110100 | 100001 | 1000101 |
Color Harmonies of #CAC396
Complementary color
Monochromatic Colors of #CAC396
Black with #CAC396
Text Example
Text Example
White with #CAC396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC396; }
p { color: rgb(202,195,150); }
H1.HeaderClassName
{
color: #CAC396;
}
.AnyTagClassName
{
color: #CAC396;
}
</style>
background-color css
<style>
a { background-color: #CAC396; }
a { background-color: rgb(202,195,150); }
div.DivClassName
{
background-color: #CAC396;
}
.BgClassName
{
background-color: #CAC396;
}
</style>
border-color css
<style>
span { border-color: #CAC396; }
span { border-color: rgb(202,195,150); }
td.TdClassName
{
border-color: #CAC396;
}
.TagClassName
{
border-color: #CAC396;
}
</style>