Shades of Tahuna Sands #CFC595
Tints of Tahuna Sands #CFC595
RGB
CMYK
RGB Variations
Color information
#CFC595 (or 0xCFC595) is known color: Tahuna Sands. HEX triplet: CF, C5 and 95. RGB value is (207,197,149). Sum of RGB (Red+Green+Blue) = 207+197+149=553 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.43% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 149 (58.59% from 255 or 26.94% from 553); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC595 is #303A6A. Grayscale: #C2C2C2. Windows color (decimal): -3160683 or 9815503. OLE color: 9815503.
HSL color Cylindrical-coordinate representation of color #CFC595: hue angle of 49.66º 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 #CFC595 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 149 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.19 |
| HSL | 49.66º | 0.38% | 0.7% | - |
| HSV(B) | 49.66º | 0.28% | 0.81% | - |
| XYZ | 51.12 | 55.37 | 36.43 | - |
| YUV | 194.52 | 102.31 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 149 | 0 | 0.05 | 0.28 | 0.19 | 49.66 | 0.38 | 0.7 |
| Hex | CF | C5 | 95 | 0 | 5 | 1C | 13 | 32 | 26 | 46 |
| Octal | 317 | 305 | 225 | 0 | 5 | 34 | 23 | 62 | 46 | 106 |
| Binary | 11001111 | 11000101 | 10010101 | 0 | 101 | 11100 | 10011 | 110010 | 100110 | 1000110 |
Color Harmonies of #CFC595
Complementary color
Monochromatic Colors of #CFC595
Black with #CFC595
Text Example
Text Example
White with #CFC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC595; }
p { color: rgb(207,197,149); }
H1.HeaderClassName
{
color: #CFC595;
}
.AnyTagClassName
{
color: #CFC595;
}
</style>
background-color css
<style>
a { background-color: #CFC595; }
a { background-color: rgb(207,197,149); }
div.DivClassName
{
background-color: #CFC595;
}
.BgClassName
{
background-color: #CFC595;
}
</style>
border-color css
<style>
span { border-color: #CFC595; }
span { border-color: rgb(207,197,149); }
td.TdClassName
{
border-color: #CFC595;
}
.TagClassName
{
border-color: #CFC595;
}
</style>