Shades of Tahuna Sands #CFC7A0
Tints of Tahuna Sands #CFC7A0
RGB
CMYK
RGB Variations
Color information
#CFC7A0 (or 0xCFC7A0) is known color: Tahuna Sands. HEX triplet: CF, C7 and A0. RGB value is (207,199,160). Sum of RGB (Red+Green+Blue) = 207+199+160=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC7A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC7A0 is #30385F. Grayscale: #C5C5C5. Windows color (decimal): -3160160 or 10536911. OLE color: 10536911.
HSL color Cylindrical-coordinate representation of color #CFC7A0: hue angle of 49.79º 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 #CFC7A0 is Cyan = 0, Magento = 0.04, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 199 | 160 | - |
| CMYK | 0 | 0.04 | 0.23 | 0.19 |
| HSL | 49.79º | 0.33% | 0.72% | - |
| HSV(B) | 49.79º | 0.23% | 0.81% | - |
| XYZ | 52.5 | 56.65 | 41.43 | - |
| YUV | 196.95 | 107.15 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 199 | 160 | 0 | 0.04 | 0.23 | 0.19 | 49.79 | 0.33 | 0.72 |
| Hex | CF | C7 | A0 | 0 | 4 | 17 | 13 | 32 | 21 | 48 |
| Octal | 317 | 307 | 240 | 0 | 4 | 27 | 23 | 62 | 41 | 110 |
| Binary | 11001111 | 11000111 | 10100000 | 0 | 100 | 10111 | 10011 | 110010 | 100001 | 1001000 |
Color Harmonies of #CFC7A0
Complementary color
Monochromatic Colors of #CFC7A0
Black with #CFC7A0
Text Example
Text Example
White with #CFC7A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC7A0; }
p { color: rgb(207,199,160); }
H1.HeaderClassName
{
color: #CFC7A0;
}
.AnyTagClassName
{
color: #CFC7A0;
}
</style>
background-color css
<style>
a { background-color: #CFC7A0; }
a { background-color: rgb(207,199,160); }
div.DivClassName
{
background-color: #CFC7A0;
}
.BgClassName
{
background-color: #CFC7A0;
}
</style>
border-color css
<style>
span { border-color: #CFC7A0; }
span { border-color: rgb(207,199,160); }
td.TdClassName
{
border-color: #CFC7A0;
}
.TagClassName
{
border-color: #CFC7A0;
}
</style>