Shades of Tahuna Sands #CFCE9F
Tints of Tahuna Sands #CFCE9F
RGB
CMYK
RGB Variations
Color information
#CFCE9F (or 0xCFCE9F) is known color: Tahuna Sands. HEX triplet: CF, CE and 9F. RGB value is (207,206,159). Sum of RGB (Red+Green+Blue) = 207+206+159=572 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.19% from 572); Green value is 206 (80.86% from 255 or 36.01% from 572); Blue value is 159 (62.5% from 255 or 27.80% from 572); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCE9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCE9F is #303160. Grayscale: #C9C9C9. Windows color (decimal): -3158369 or 10473167. OLE color: 10473167.
HSL color Cylindrical-coordinate representation of color #CFCE9F: hue angle of 58.75º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CFCE9F is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 159 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.19 |
| HSL | 58.75º | 0.33% | 0.72% | - |
| HSV(B) | 58.75º | 0.23% | 0.81% | - |
| XYZ | 54.06 | 59.91 | 41.52 | - |
| YUV | 200.94 | 104.33 | 132.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 159 | 0 | 0.00 | 0.23 | 0.19 | 58.75 | 0.33 | 0.72 |
| Hex | CF | CE | 9F | 0 | 0 | 17 | 13 | 3B | 21 | 48 |
| Octal | 317 | 316 | 237 | 0 | 0 | 27 | 23 | 73 | 41 | 110 |
| Binary | 11001111 | 11001110 | 10011111 | 0 | 0 | 10111 | 10011 | 111011 | 100001 | 1001000 |
Color Harmonies of #CFCE9F
Complementary color
Monochromatic Colors of #CFCE9F
Black with #CFCE9F
Text Example
Text Example
White with #CFCE9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCE9F; }
p { color: rgb(207,206,159); }
H1.HeaderClassName
{
color: #CFCE9F;
}
.AnyTagClassName
{
color: #CFCE9F;
}
</style>
background-color css
<style>
a { background-color: #CFCE9F; }
a { background-color: rgb(207,206,159); }
div.DivClassName
{
background-color: #CFCE9F;
}
.BgClassName
{
background-color: #CFCE9F;
}
</style>
border-color css
<style>
span { border-color: #CFCE9F; }
span { border-color: rgb(207,206,159); }
td.TdClassName
{
border-color: #CFCE9F;
}
.TagClassName
{
border-color: #CFCE9F;
}
</style>