Shades of Tahuna Sands #CFCAA0
Tints of Tahuna Sands #CFCAA0
RGB
CMYK
RGB Variations
Color information
#CFCAA0 (or 0xCFCAA0) is known color: Tahuna Sands. HEX triplet: CF, CA and A0. RGB value is (207,202,160). Sum of RGB (Red+Green+Blue) = 207+202+160=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 202 (79.30% from 255 or 35.50% from 569); Blue value is 160 (62.89% from 255 or 28.12% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCAA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCAA0 is #30355F. Grayscale: #C6C6C6. Windows color (decimal): -3159392 or 10537679. OLE color: 10537679.
HSL color Cylindrical-coordinate representation of color #CFCAA0: hue angle of 53.62º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFCAA0 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 160 | - |
| CMYK | 0 | 0.02 | 0.23 | 0.19 |
| HSL | 53.62º | 0.33% | 0.72% | - |
| HSV(B) | 53.62º | 0.23% | 0.81% | - |
| XYZ | 53.2 | 58.04 | 41.66 | - |
| YUV | 198.71 | 106.16 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 160 | 0 | 0.02 | 0.23 | 0.19 | 53.62 | 0.33 | 0.72 |
| Hex | CF | CA | A0 | 0 | 2 | 17 | 13 | 36 | 21 | 48 |
| Octal | 317 | 312 | 240 | 0 | 2 | 27 | 23 | 66 | 41 | 110 |
| Binary | 11001111 | 11001010 | 10100000 | 0 | 10 | 10111 | 10011 | 110110 | 100001 | 1001000 |
Color Harmonies of #CFCAA0
Complementary color
Monochromatic Colors of #CFCAA0
Black with #CFCAA0
Text Example
Text Example
White with #CFCAA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCAA0; }
p { color: rgb(207,202,160); }
H1.HeaderClassName
{
color: #CFCAA0;
}
.AnyTagClassName
{
color: #CFCAA0;
}
</style>
background-color css
<style>
a { background-color: #CFCAA0; }
a { background-color: rgb(207,202,160); }
div.DivClassName
{
background-color: #CFCAA0;
}
.BgClassName
{
background-color: #CFCAA0;
}
</style>
border-color css
<style>
span { border-color: #CFCAA0; }
span { border-color: rgb(207,202,160); }
td.TdClassName
{
border-color: #CFCAA0;
}
.TagClassName
{
border-color: #CFCAA0;
}
</style>