Shades of Tahuna Sands #CFC99A
Tints of Tahuna Sands #CFC99A
RGB
CMYK
RGB Variations
Color information
#CFC99A (or 0xCFC99A) is known color: Tahuna Sands. HEX triplet: CF, C9 and 9A. RGB value is (207,201,154). Sum of RGB (Red+Green+Blue) = 207+201+154=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 201 (78.91% from 255 or 35.77% from 562); Blue value is 154 (60.55% from 255 or 27.40% from 562); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC99A is #303665. Grayscale: #C5C5C5. Windows color (decimal): -3159654 or 10144207. OLE color: 10144207.
HSL color Cylindrical-coordinate representation of color #CFC99A: hue angle of 53.21º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFC99A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 154 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.19 |
| HSL | 53.21º | 0.36% | 0.71% | - |
| HSV(B) | 53.21º | 0.26% | 0.81% | - |
| XYZ | 52.45 | 57.37 | 38.88 | - |
| YUV | 197.44 | 103.49 | 134.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 154 | 0 | 0.03 | 0.26 | 0.19 | 53.21 | 0.36 | 0.71 |
| Hex | CF | C9 | 9A | 0 | 3 | 1A | 13 | 35 | 24 | 47 |
| Octal | 317 | 311 | 232 | 0 | 3 | 32 | 23 | 65 | 44 | 107 |
| Binary | 11001111 | 11001001 | 10011010 | 0 | 11 | 11010 | 10011 | 110101 | 100100 | 1000111 |
Color Harmonies of #CFC99A
Complementary color
Monochromatic Colors of #CFC99A
Black with #CFC99A
Text Example
Text Example
White with #CFC99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC99A; }
p { color: rgb(207,201,154); }
H1.HeaderClassName
{
color: #CFC99A;
}
.AnyTagClassName
{
color: #CFC99A;
}
</style>
background-color css
<style>
a { background-color: #CFC99A; }
a { background-color: rgb(207,201,154); }
div.DivClassName
{
background-color: #CFC99A;
}
.BgClassName
{
background-color: #CFC99A;
}
</style>
border-color css
<style>
span { border-color: #CFC99A; }
span { border-color: rgb(207,201,154); }
td.TdClassName
{
border-color: #CFC99A;
}
.TagClassName
{
border-color: #CFC99A;
}
</style>