Shades of Tahuna Sands #CFCC9E
Tints of Tahuna Sands #CFCC9E
RGB
CMYK
RGB Variations
Color information
#CFCC9E (or 0xCFCC9E) is known color: Tahuna Sands. HEX triplet: CF, CC and 9E. RGB value is (207,204,158). Sum of RGB (Red+Green+Blue) = 207+204+158=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 204 (80.08% from 255 or 35.85% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC9E is #303361. Grayscale: #C7C7C7. Windows color (decimal): -3158882 or 10407119. OLE color: 10407119.
HSL color Cylindrical-coordinate representation of color #CFCC9E: hue angle of 56.33º 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 #CFCC9E is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 158 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.19 |
| HSL | 56.33º | 0.34% | 0.72% | - |
| HSV(B) | 56.33º | 0.24% | 0.81% | - |
| XYZ | 53.5 | 58.92 | 40.9 | - |
| YUV | 199.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 158 | 0 | 0.01 | 0.24 | 0.19 | 56.33 | 0.34 | 0.72 |
| Hex | CF | CC | 9E | 0 | 1 | 18 | 13 | 38 | 22 | 48 |
| Octal | 317 | 314 | 236 | 0 | 1 | 30 | 23 | 70 | 42 | 110 |
| Binary | 11001111 | 11001100 | 10011110 | 0 | 1 | 11000 | 10011 | 111000 | 100010 | 1001000 |
Color Harmonies of #CFCC9E
Complementary color
Monochromatic Colors of #CFCC9E
Black with #CFCC9E
Text Example
Text Example
White with #CFCC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC9E; }
p { color: rgb(207,204,158); }
H1.HeaderClassName
{
color: #CFCC9E;
}
.AnyTagClassName
{
color: #CFCC9E;
}
</style>
background-color css
<style>
a { background-color: #CFCC9E; }
a { background-color: rgb(207,204,158); }
div.DivClassName
{
background-color: #CFCC9E;
}
.BgClassName
{
background-color: #CFCC9E;
}
</style>
border-color css
<style>
span { border-color: #CFCC9E; }
span { border-color: rgb(207,204,158); }
td.TdClassName
{
border-color: #CFCC9E;
}
.TagClassName
{
border-color: #CFCC9E;
}
</style>