Shades of Tahuna Sands #CFC99C
Tints of Tahuna Sands #CFC99C
RGB
CMYK
RGB Variations
Color information
#CFC99C (or 0xCFC99C) is known color: Tahuna Sands. HEX triplet: CF, C9 and 9C. RGB value is (207,201,156). Sum of RGB (Red+Green+Blue) = 207+201+156=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 156 (61.33% from 255 or 27.66% from 564); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC99C is #303663. Grayscale: #C5C5C5. Windows color (decimal): -3159652 or 10275279. OLE color: 10275279.
HSL color Cylindrical-coordinate representation of color #CFC99C: hue angle of 52.94º 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 #CFC99C is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 156 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.19 |
| HSL | 52.94º | 0.35% | 0.71% | - |
| HSV(B) | 52.94º | 0.25% | 0.81% | - |
| XYZ | 52.62 | 57.44 | 39.77 | - |
| YUV | 197.66 | 104.49 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 156 | 0 | 0.03 | 0.25 | 0.19 | 52.94 | 0.35 | 0.71 |
| Hex | CF | C9 | 9C | 0 | 3 | 19 | 13 | 35 | 23 | 47 |
| Octal | 317 | 311 | 234 | 0 | 3 | 31 | 23 | 65 | 43 | 107 |
| Binary | 11001111 | 11001001 | 10011100 | 0 | 11 | 11001 | 10011 | 110101 | 100011 | 1000111 |
Color Harmonies of #CFC99C
Complementary color
Monochromatic Colors of #CFC99C
Black with #CFC99C
Text Example
Text Example
White with #CFC99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC99C; }
p { color: rgb(207,201,156); }
H1.HeaderClassName
{
color: #CFC99C;
}
.AnyTagClassName
{
color: #CFC99C;
}
</style>
background-color css
<style>
a { background-color: #CFC99C; }
a { background-color: rgb(207,201,156); }
div.DivClassName
{
background-color: #CFC99C;
}
.BgClassName
{
background-color: #CFC99C;
}
</style>
border-color css
<style>
span { border-color: #CFC99C; }
span { border-color: rgb(207,201,156); }
td.TdClassName
{
border-color: #CFC99C;
}
.TagClassName
{
border-color: #CFC99C;
}
</style>