Shades of Tahuna Sands #CFC894
Tints of Tahuna Sands #CFC894
RGB
CMYK
RGB Variations
Color information
#CFC894 (or 0xCFC894) is known color: Tahuna Sands. HEX triplet: CF, C8 and 94. RGB value is (207,200,148). Sum of RGB (Red+Green+Blue) = 207+200+148=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 200 (78.52% from 255 or 36.04% from 555); Blue value is 148 (58.20% from 255 or 26.67% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC894 is #30376B. Grayscale: #C4C4C4. Windows color (decimal): -3159916 or 9750735. OLE color: 9750735.
HSL color Cylindrical-coordinate representation of color #CFC894: hue angle of 52.88º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC894 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 200 | 148 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.19 |
| HSL | 52.88º | 0.38% | 0.7% | - |
| HSV(B) | 52.88º | 0.29% | 0.81% | - |
| XYZ | 51.73 | 56.71 | 36.24 | - |
| YUV | 196.17 | 100.82 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 200 | 148 | 0 | 0.03 | 0.29 | 0.19 | 52.88 | 0.38 | 0.7 |
| Hex | CF | C8 | 94 | 0 | 3 | 1D | 13 | 35 | 26 | 46 |
| Octal | 317 | 310 | 224 | 0 | 3 | 35 | 23 | 65 | 46 | 106 |
| Binary | 11001111 | 11001000 | 10010100 | 0 | 11 | 11101 | 10011 | 110101 | 100110 | 1000110 |
Color Harmonies of #CFC894
Complementary color
Monochromatic Colors of #CFC894
Black with #CFC894
Text Example
Text Example
White with #CFC894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC894; }
p { color: rgb(207,200,148); }
H1.HeaderClassName
{
color: #CFC894;
}
.AnyTagClassName
{
color: #CFC894;
}
</style>
background-color css
<style>
a { background-color: #CFC894; }
a { background-color: rgb(207,200,148); }
div.DivClassName
{
background-color: #CFC894;
}
.BgClassName
{
background-color: #CFC894;
}
</style>
border-color css
<style>
span { border-color: #CFC894; }
span { border-color: rgb(207,200,148); }
td.TdClassName
{
border-color: #CFC894;
}
.TagClassName
{
border-color: #CFC894;
}
</style>