Shades of Tahuna Sands #CFCC9A
Tints of Tahuna Sands #CFCC9A
RGB
CMYK
RGB Variations
Color information
#CFCC9A (or 0xCFCC9A) is known color: Tahuna Sands. HEX triplet: CF, CC and 9A. RGB value is (207,204,154). Sum of RGB (Red+Green+Blue) = 207+204+154=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 204 (80.08% from 255 or 36.11% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC9A is #303365. Grayscale: #C7C7C7. Windows color (decimal): -3158886 or 10144975. OLE color: 10144975.
HSL color Cylindrical-coordinate representation of color #CFCC9A: hue angle of 56.6º 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 #CFCC9A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 154 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.19 |
| HSL | 56.6º | 0.36% | 0.71% | - |
| HSV(B) | 56.6º | 0.26% | 0.81% | - |
| XYZ | 53.16 | 58.78 | 39.12 | - |
| YUV | 199.2 | 102.49 | 133.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 154 | 0 | 0.01 | 0.26 | 0.19 | 56.6 | 0.36 | 0.71 |
| Hex | CF | CC | 9A | 0 | 1 | 1A | 13 | 39 | 24 | 47 |
| Octal | 317 | 314 | 232 | 0 | 1 | 32 | 23 | 71 | 44 | 107 |
| Binary | 11001111 | 11001100 | 10011010 | 0 | 1 | 11010 | 10011 | 111001 | 100100 | 1000111 |
Color Harmonies of #CFCC9A
Complementary color
Monochromatic Colors of #CFCC9A
Black with #CFCC9A
Text Example
Text Example
White with #CFCC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC9A; }
p { color: rgb(207,204,154); }
H1.HeaderClassName
{
color: #CFCC9A;
}
.AnyTagClassName
{
color: #CFCC9A;
}
</style>
background-color css
<style>
a { background-color: #CFCC9A; }
a { background-color: rgb(207,204,154); }
div.DivClassName
{
background-color: #CFCC9A;
}
.BgClassName
{
background-color: #CFCC9A;
}
</style>
border-color css
<style>
span { border-color: #CFCC9A; }
span { border-color: rgb(207,204,154); }
td.TdClassName
{
border-color: #CFCC9A;
}
.TagClassName
{
border-color: #CFCC9A;
}
</style>