Shades of Tahuna Sands #CFC495
Tints of Tahuna Sands #CFC495
RGB
CMYK
RGB Variations
Color information
#CFC495 (or 0xCFC495) is known color: Tahuna Sands. HEX triplet: CF, C4 and 95. RGB value is (207,196,149). Sum of RGB (Red+Green+Blue) = 207+196+149=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC495 is #303B6A. Grayscale: #C2C2C2. Windows color (decimal): -3160939 or 9815247. OLE color: 9815247.
HSL color Cylindrical-coordinate representation of color #CFC495: hue angle of 48.62º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFC495 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 149 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.19 |
| HSL | 48.62º | 0.38% | 0.7% | - |
| HSV(B) | 48.62º | 0.28% | 0.81% | - |
| XYZ | 50.9 | 54.92 | 36.35 | - |
| YUV | 193.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 149 | 0 | 0.05 | 0.28 | 0.19 | 48.62 | 0.38 | 0.7 |
| Hex | CF | C4 | 95 | 0 | 5 | 1C | 13 | 31 | 26 | 46 |
| Octal | 317 | 304 | 225 | 0 | 5 | 34 | 23 | 61 | 46 | 106 |
| Binary | 11001111 | 11000100 | 10010101 | 0 | 101 | 11100 | 10011 | 110001 | 100110 | 1000110 |
Color Harmonies of #CFC495
Complementary color
Monochromatic Colors of #CFC495
Black with #CFC495
Text Example
Text Example
White with #CFC495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC495; }
p { color: rgb(207,196,149); }
H1.HeaderClassName
{
color: #CFC495;
}
.AnyTagClassName
{
color: #CFC495;
}
</style>
background-color css
<style>
a { background-color: #CFC495; }
a { background-color: rgb(207,196,149); }
div.DivClassName
{
background-color: #CFC495;
}
.BgClassName
{
background-color: #CFC495;
}
</style>
border-color css
<style>
span { border-color: #CFC495; }
span { border-color: rgb(207,196,149); }
td.TdClassName
{
border-color: #CFC495;
}
.TagClassName
{
border-color: #CFC495;
}
</style>