Shades of Tahuna Sands #CFC9A0
Tints of Tahuna Sands #CFC9A0
RGB
CMYK
RGB Variations
Color information
#CFC9A0 (or 0xCFC9A0) is known color: Tahuna Sands. HEX triplet: CF, C9 and A0. RGB value is (207,201,160). Sum of RGB (Red+Green+Blue) = 207+201+160=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 201 (78.91% from 255 or 35.39% from 568); Blue value is 160 (62.89% from 255 or 28.17% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC9A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC9A0 is #30365F. Grayscale: #C6C6C6. Windows color (decimal): -3159648 or 10537423. OLE color: 10537423.
HSL color Cylindrical-coordinate representation of color #CFC9A0: hue angle of 52.34º 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 #CFC9A0 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 160 | - |
| CMYK | 0 | 0.03 | 0.23 | 0.19 |
| HSL | 52.34º | 0.33% | 0.72% | - |
| HSV(B) | 52.34º | 0.23% | 0.81% | - |
| XYZ | 52.96 | 57.58 | 41.58 | - |
| YUV | 198.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 160 | 0 | 0.03 | 0.23 | 0.19 | 52.34 | 0.33 | 0.72 |
| Hex | CF | C9 | A0 | 0 | 3 | 17 | 13 | 34 | 21 | 48 |
| Octal | 317 | 311 | 240 | 0 | 3 | 27 | 23 | 64 | 41 | 110 |
| Binary | 11001111 | 11001001 | 10100000 | 0 | 11 | 10111 | 10011 | 110100 | 100001 | 1001000 |
Color Harmonies of #CFC9A0
Complementary color
Monochromatic Colors of #CFC9A0
Black with #CFC9A0
Text Example
Text Example
White with #CFC9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC9A0; }
p { color: rgb(207,201,160); }
H1.HeaderClassName
{
color: #CFC9A0;
}
.AnyTagClassName
{
color: #CFC9A0;
}
</style>
background-color css
<style>
a { background-color: #CFC9A0; }
a { background-color: rgb(207,201,160); }
div.DivClassName
{
background-color: #CFC9A0;
}
.BgClassName
{
background-color: #CFC9A0;
}
</style>
border-color css
<style>
span { border-color: #CFC9A0; }
span { border-color: rgb(207,201,160); }
td.TdClassName
{
border-color: #CFC9A0;
}
.TagClassName
{
border-color: #CFC9A0;
}
</style>