Shades of Tahuna Sands #CFC596
Tints of Tahuna Sands #CFC596
RGB
CMYK
RGB Variations
Color information
#CFC596 (or 0xCFC596) is known color: Tahuna Sands. HEX triplet: CF, C5 and 96. RGB value is (207,197,150). Sum of RGB (Red+Green+Blue) = 207+197+150=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 150 (58.98% from 255 or 27.08% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC596 is #303A69. Grayscale: #C2C2C2. Windows color (decimal): -3160682 or 9881039. OLE color: 9881039.
HSL color Cylindrical-coordinate representation of color #CFC596: hue angle of 49.47º degrees, saturation: 0.37, 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 #CFC596 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 150 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.19 |
| HSL | 49.47º | 0.37% | 0.7% | - |
| HSV(B) | 49.47º | 0.28% | 0.81% | - |
| XYZ | 51.2 | 55.4 | 36.85 | - |
| YUV | 194.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 150 | 0 | 0.05 | 0.28 | 0.19 | 49.47 | 0.37 | 0.7 |
| Hex | CF | C5 | 96 | 0 | 5 | 1C | 13 | 31 | 25 | 46 |
| Octal | 317 | 305 | 226 | 0 | 5 | 34 | 23 | 61 | 45 | 106 |
| Binary | 11001111 | 11000101 | 10010110 | 0 | 101 | 11100 | 10011 | 110001 | 100101 | 1000110 |
Color Harmonies of #CFC596
Complementary color
Monochromatic Colors of #CFC596
Black with #CFC596
Text Example
Text Example
White with #CFC596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC596; }
p { color: rgb(207,197,150); }
H1.HeaderClassName
{
color: #CFC596;
}
.AnyTagClassName
{
color: #CFC596;
}
</style>
background-color css
<style>
a { background-color: #CFC596; }
a { background-color: rgb(207,197,150); }
div.DivClassName
{
background-color: #CFC596;
}
.BgClassName
{
background-color: #CFC596;
}
</style>
border-color css
<style>
span { border-color: #CFC596; }
span { border-color: rgb(207,197,150); }
td.TdClassName
{
border-color: #CFC596;
}
.TagClassName
{
border-color: #CFC596;
}
</style>