Shades of Tahuna Sands #CFCD9A
Tints of Tahuna Sands #CFCD9A
RGB
CMYK
RGB Variations
Color information
#CFCD9A (or 0xCFCD9A) is known color: Tahuna Sands. HEX triplet: CF, CD and 9A. RGB value is (207,205,154). Sum of RGB (Red+Green+Blue) = 207+205+154=566 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.57% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 154 (60.55% from 255 or 27.21% from 566); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFCD9A is #303265. Grayscale: #C7C7C7. Windows color (decimal): -3158630 or 10145231. OLE color: 10145231.
HSL color Cylindrical-coordinate representation of color #CFCD9A: hue angle of 57.74º 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 #CFCD9A is Cyan = 0, Magento = 0.01, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 205 | 154 | - |
| CMYK | 0 | 0.01 | 0.26 | 0.19 |
| HSL | 57.74º | 0.36% | 0.71% | - |
| HSV(B) | 57.74º | 0.26% | 0.81% | - |
| XYZ | 53.4 | 59.26 | 39.2 | - |
| YUV | 199.78 | 102.16 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 205 | 154 | 0 | 0.01 | 0.26 | 0.19 | 57.74 | 0.36 | 0.71 |
| Hex | CF | CD | 9A | 0 | 1 | 1A | 13 | 3A | 24 | 47 |
| Octal | 317 | 315 | 232 | 0 | 1 | 32 | 23 | 72 | 44 | 107 |
| Binary | 11001111 | 11001101 | 10011010 | 0 | 1 | 11010 | 10011 | 111010 | 100100 | 1000111 |
Color Harmonies of #CFCD9A
Complementary color
Monochromatic Colors of #CFCD9A
Black with #CFCD9A
Text Example
Text Example
White with #CFCD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCD9A; }
p { color: rgb(207,205,154); }
H1.HeaderClassName
{
color: #CFCD9A;
}
.AnyTagClassName
{
color: #CFCD9A;
}
</style>
background-color css
<style>
a { background-color: #CFCD9A; }
a { background-color: rgb(207,205,154); }
div.DivClassName
{
background-color: #CFCD9A;
}
.BgClassName
{
background-color: #CFCD9A;
}
</style>
border-color css
<style>
span { border-color: #CFCD9A; }
span { border-color: rgb(207,205,154); }
td.TdClassName
{
border-color: #CFCD9A;
}
.TagClassName
{
border-color: #CFCD9A;
}
</style>