Shades of Tahuna Sands #CFC99B
Tints of Tahuna Sands #CFC99B
RGB
CMYK
RGB Variations
Color information
#CFC99B (or 0xCFC99B) is known color: Tahuna Sands. HEX triplet: CF, C9 and 9B. RGB value is (207,201,155). Sum of RGB (Red+Green+Blue) = 207+201+155=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 201 (78.91% from 255 or 35.70% from 563); Blue value is 155 (60.94% from 255 or 27.53% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC99B is #303664. Grayscale: #C5C5C5. Windows color (decimal): -3159653 or 10209743. OLE color: 10209743.
HSL color Cylindrical-coordinate representation of color #CFC99B: hue angle of 53.08º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CFC99B is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 155 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.19 |
| HSL | 53.08º | 0.35% | 0.71% | - |
| HSV(B) | 53.08º | 0.25% | 0.81% | - |
| XYZ | 52.54 | 57.41 | 39.32 | - |
| YUV | 197.55 | 103.99 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 155 | 0 | 0.03 | 0.25 | 0.19 | 53.08 | 0.35 | 0.71 |
| Hex | CF | C9 | 9B | 0 | 3 | 19 | 13 | 35 | 23 | 47 |
| Octal | 317 | 311 | 233 | 0 | 3 | 31 | 23 | 65 | 43 | 107 |
| Binary | 11001111 | 11001001 | 10011011 | 0 | 11 | 11001 | 10011 | 110101 | 100011 | 1000111 |
Color Harmonies of #CFC99B
Complementary color
Monochromatic Colors of #CFC99B
Black with #CFC99B
Text Example
Text Example
White with #CFC99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC99B; }
p { color: rgb(207,201,155); }
H1.HeaderClassName
{
color: #CFC99B;
}
.AnyTagClassName
{
color: #CFC99B;
}
</style>
background-color css
<style>
a { background-color: #CFC99B; }
a { background-color: rgb(207,201,155); }
div.DivClassName
{
background-color: #CFC99B;
}
.BgClassName
{
background-color: #CFC99B;
}
</style>
border-color css
<style>
span { border-color: #CFC99B; }
span { border-color: rgb(207,201,155); }
td.TdClassName
{
border-color: #CFC99B;
}
.TagClassName
{
border-color: #CFC99B;
}
</style>