Shades of Tahuna Sands #CFCD9D
Tints of Tahuna Sands #CFCD9D
RGB
CMYK
RGB Variations
Color information
#CFCD9D (or 0xCFCD9D) is known color: Tahuna Sands. HEX triplet: CF, CD and 9D. RGB value is (207,205,157). Sum of RGB (Red+Green+Blue) = 207+205+157=569 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.38% from 569); Green value is 205 (80.47% from 255 or 36.03% from 569); Blue value is 157 (61.72% from 255 or 27.59% from 569); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD9D is #303262. Grayscale: #C8C8C8. Windows color (decimal): -3158627 or 10341839. OLE color: 10341839.
HSL color Cylindrical-coordinate representation of color #CFCD9D: hue angle of 57.6º 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 #CFCD9D is Cyan = 0, Magento = 0.01, Yellow = 0.24 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 157 | - |
| CMYK | 0 | 0.01 | 0.24 | 0.19 |
| HSL | 57.6º | 0.34% | 0.71% | - |
| HSV(B) | 57.6º | 0.24% | 0.81% | - |
| XYZ | 53.65 | 59.36 | 40.53 | - |
| YUV | 200.13 | 103.66 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 157 | 0 | 0.01 | 0.24 | 0.19 | 57.6 | 0.34 | 0.71 |
| Hex | CF | CD | 9D | 0 | 1 | 18 | 13 | 3A | 22 | 47 |
| Octal | 317 | 315 | 235 | 0 | 1 | 30 | 23 | 72 | 42 | 107 |
| Binary | 11001111 | 11001101 | 10011101 | 0 | 1 | 11000 | 10011 | 111010 | 100010 | 1000111 |
Color Harmonies of #CFCD9D
Complementary color
Monochromatic Colors of #CFCD9D
Black with #CFCD9D
Text Example
Text Example
White with #CFCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD9D; }
p { color: rgb(207,205,157); }
H1.HeaderClassName
{
color: #CFCD9D;
}
.AnyTagClassName
{
color: #CFCD9D;
}
</style>
background-color css
<style>
a { background-color: #CFCD9D; }
a { background-color: rgb(207,205,157); }
div.DivClassName
{
background-color: #CFCD9D;
}
.BgClassName
{
background-color: #CFCD9D;
}
</style>
border-color css
<style>
span { border-color: #CFCD9D; }
span { border-color: rgb(207,205,157); }
td.TdClassName
{
border-color: #CFCD9D;
}
.TagClassName
{
border-color: #CFCD9D;
}
</style>