Shades of Tahuna Sands #CFCD9E
Tints of Tahuna Sands #CFCD9E
RGB
CMYK
RGB Variations
Color information
#CFCD9E (or 0xCFCD9E) is known color: Tahuna Sands. HEX triplet: CF, CD and 9E. RGB value is (207,205,158). Sum of RGB (Red+Green+Blue) = 207+205+158=570 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.32% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD9E is #303261. Grayscale: #C8C8C8. Windows color (decimal): -3158626 or 10407375. OLE color: 10407375.
HSL color Cylindrical-coordinate representation of color #CFCD9E: hue angle of 57.55º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFCD9E is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 158 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.19 |
| HSL | 57.55º | 0.34% | 0.72% | - |
| HSV(B) | 57.55º | 0.24% | 0.81% | - |
| XYZ | 53.74 | 59.4 | 40.98 | - |
| YUV | 200.24 | 104.16 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 158 | 0 | 0.01 | 0.24 | 0.19 | 57.55 | 0.34 | 0.72 |
| Hex | CF | CD | 9E | 0 | 1 | 18 | 13 | 3A | 22 | 48 |
| Octal | 317 | 315 | 236 | 0 | 1 | 30 | 23 | 72 | 42 | 110 |
| Binary | 11001111 | 11001101 | 10011110 | 0 | 1 | 11000 | 10011 | 111010 | 100010 | 1001000 |
Color Harmonies of #CFCD9E
Complementary color
Monochromatic Colors of #CFCD9E
Black with #CFCD9E
Text Example
Text Example
White with #CFCD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD9E; }
p { color: rgb(207,205,158); }
H1.HeaderClassName
{
color: #CFCD9E;
}
.AnyTagClassName
{
color: #CFCD9E;
}
</style>
background-color css
<style>
a { background-color: #CFCD9E; }
a { background-color: rgb(207,205,158); }
div.DivClassName
{
background-color: #CFCD9E;
}
.BgClassName
{
background-color: #CFCD9E;
}
</style>
border-color css
<style>
span { border-color: #CFCD9E; }
span { border-color: rgb(207,205,158); }
td.TdClassName
{
border-color: #CFCD9E;
}
.TagClassName
{
border-color: #CFCD9E;
}
</style>