Shades of Tahuna Sands #CFCC9D
Tints of Tahuna Sands #CFCC9D
RGB
CMYK
RGB Variations
Color information
#CFCC9D (or 0xCFCC9D) is known color: Tahuna Sands. HEX triplet: CF, CC and 9D. RGB value is (207,204,157). Sum of RGB (Red+Green+Blue) = 207+204+157=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 204 (80.08% from 255 or 35.92% from 568); Blue value is 157 (61.72% from 255 or 27.64% from 568); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCC9D is #303362. Grayscale: #C7C7C7. Windows color (decimal): -3158883 or 10341583. OLE color: 10341583.
HSL color Cylindrical-coordinate representation of color #CFCC9D: hue angle of 56.4º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFCC9D is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 204 | 157 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.19 |
| HSL | 56.4º | 0.34% | 0.71% | - |
| HSV(B) | 56.4º | 0.24% | 0.81% | - |
| XYZ | 53.41 | 58.89 | 40.45 | - |
| YUV | 199.54 | 103.99 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 204 | 157 | 0 | 0.01 | 0.24 | 0.19 | 56.4 | 0.34 | 0.71 |
| Hex | CF | CC | 9D | 0 | 1 | 18 | 13 | 38 | 22 | 47 |
| Octal | 317 | 314 | 235 | 0 | 1 | 30 | 23 | 70 | 42 | 107 |
| Binary | 11001111 | 11001100 | 10011101 | 0 | 1 | 11000 | 10011 | 111000 | 100010 | 1000111 |
Color Harmonies of #CFCC9D
Complementary color
Monochromatic Colors of #CFCC9D
Black with #CFCC9D
Text Example
Text Example
White with #CFCC9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCC9D; }
p { color: rgb(207,204,157); }
H1.HeaderClassName
{
color: #CFCC9D;
}
.AnyTagClassName
{
color: #CFCC9D;
}
</style>
background-color css
<style>
a { background-color: #CFCC9D; }
a { background-color: rgb(207,204,157); }
div.DivClassName
{
background-color: #CFCC9D;
}
.BgClassName
{
background-color: #CFCC9D;
}
</style>
border-color css
<style>
span { border-color: #CFCC9D; }
span { border-color: rgb(207,204,157); }
td.TdClassName
{
border-color: #CFCC9D;
}
.TagClassName
{
border-color: #CFCC9D;
}
</style>