Shades of Tahuna Sands #CFCEA0
Tints of Tahuna Sands #CFCEA0
RGB
CMYK
RGB Variations
Color information
#CFCEA0 (or 0xCFCEA0) is known color: Tahuna Sands. HEX triplet: CF, CE and A0. RGB value is (207,206,160). Sum of RGB (Red+Green+Blue) = 207+206+160=573 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.13% from 573); Green value is 206 (80.86% from 255 or 35.95% from 573); Blue value is 160 (62.89% from 255 or 27.92% from 573); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCEA0 is #30315F. Grayscale: #C9C9C9. Windows color (decimal): -3158368 or 10538703. OLE color: 10538703.
HSL color Cylindrical-coordinate representation of color #CFCEA0: hue angle of 58.72º 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 #CFCEA0 is Cyan = 0, Magento = 0.00, Yellow = 0.23 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 206 | 160 | - |
| CMYK | 0 | 0.00 | 0.23 | 0.19 |
| HSL | 58.72º | 0.33% | 0.72% | - |
| HSV(B) | 58.72º | 0.23% | 0.81% | - |
| XYZ | 54.15 | 59.95 | 41.97 | - |
| YUV | 201.06 | 104.83 | 132.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 206 | 160 | 0 | 0.00 | 0.23 | 0.19 | 58.72 | 0.33 | 0.72 |
| Hex | CF | CE | A0 | 0 | 0 | 17 | 13 | 3B | 21 | 48 |
| Octal | 317 | 316 | 240 | 0 | 0 | 27 | 23 | 73 | 41 | 110 |
| Binary | 11001111 | 11001110 | 10100000 | 0 | 0 | 10111 | 10011 | 111011 | 100001 | 1001000 |
Color Harmonies of #CFCEA0
Complementary color
Monochromatic Colors of #CFCEA0
Black with #CFCEA0
Text Example
Text Example
White with #CFCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCEA0; }
p { color: rgb(207,206,160); }
H1.HeaderClassName
{
color: #CFCEA0;
}
.AnyTagClassName
{
color: #CFCEA0;
}
</style>
background-color css
<style>
a { background-color: #CFCEA0; }
a { background-color: rgb(207,206,160); }
div.DivClassName
{
background-color: #CFCEA0;
}
.BgClassName
{
background-color: #CFCEA0;
}
</style>
border-color css
<style>
span { border-color: #CFCEA0; }
span { border-color: rgb(207,206,160); }
td.TdClassName
{
border-color: #CFCEA0;
}
.TagClassName
{
border-color: #CFCEA0;
}
</style>