Shades of Tahuna Sands #CAC49A
Tints of Tahuna Sands #CAC49A
RGB
CMYK
RGB Variations
Color information
#CAC49A (or 0xCAC49A) is known color: Tahuna Sands. HEX triplet: CA, C4 and 9A. RGB value is (202,196,154). Sum of RGB (Red+Green+Blue) = 202+196+154=552 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.59% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 154 (60.55% from 255 or 27.90% from 552); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAC49A is #353B65. Grayscale: #C1C1C1. Windows color (decimal): -3488614 or 10142922. OLE color: 10142922.
HSL color Cylindrical-coordinate representation of color #CAC49A: hue angle of 52.5º degrees, saturation: 0.31, 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 #CAC49A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 196 | 154 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.21 |
| HSL | 52.5º | 0.31% | 0.7% | - |
| HSV(B) | 52.5º | 0.24% | 0.79% | - |
| XYZ | 49.93 | 54.37 | 38.43 | - |
| YUV | 193.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 196 | 154 | 0 | 0.03 | 0.24 | 0.21 | 52.5 | 0.31 | 0.7 |
| Hex | CA | C4 | 9A | 0 | 3 | 18 | 15 | 34 | 1F | 46 |
| Octal | 312 | 304 | 232 | 0 | 3 | 30 | 25 | 64 | 37 | 106 |
| Binary | 11001010 | 11000100 | 10011010 | 0 | 11 | 11000 | 10101 | 110100 | 11111 | 1000110 |
Color Harmonies of #CAC49A
Complementary color
Monochromatic Colors of #CAC49A
Black with #CAC49A
Text Example
Text Example
White with #CAC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAC49A; }
p { color: rgb(202,196,154); }
H1.HeaderClassName
{
color: #CAC49A;
}
.AnyTagClassName
{
color: #CAC49A;
}
</style>
background-color css
<style>
a { background-color: #CAC49A; }
a { background-color: rgb(202,196,154); }
div.DivClassName
{
background-color: #CAC49A;
}
.BgClassName
{
background-color: #CAC49A;
}
</style>
border-color css
<style>
span { border-color: #CAC49A; }
span { border-color: rgb(202,196,154); }
td.TdClassName
{
border-color: #CAC49A;
}
.TagClassName
{
border-color: #CAC49A;
}
</style>