Shades of Tahuna Sands #CFC59A
Tints of Tahuna Sands #CFC59A
RGB
CMYK
RGB Variations
Color information
#CFC59A (or 0xCFC59A) is known color: Tahuna Sands. HEX triplet: CF, C5 and 9A. RGB value is (207,197,154). Sum of RGB (Red+Green+Blue) = 207+197+154=558 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.10% from 558); Green value is 197 (77.34% from 255 or 35.30% from 558); Blue value is 154 (60.55% from 255 or 27.60% from 558); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC59A is #303A65. Grayscale: #C3C3C3. Windows color (decimal): -3160678 or 10143183. OLE color: 10143183.
HSL color Cylindrical-coordinate representation of color #CFC59A: hue angle of 48.68º 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 #CFC59A is Cyan = 0, Magento = 0.05, Yellow = 0.26 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 154 | - |
| CMYK | 0 | 0.05 | 0.26 | 0.19 |
| HSL | 48.68º | 0.36% | 0.71% | - |
| HSV(B) | 48.68º | 0.26% | 0.81% | - |
| XYZ | 51.53 | 55.53 | 38.57 | - |
| YUV | 195.09 | 104.81 | 136.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 154 | 0 | 0.05 | 0.26 | 0.19 | 48.68 | 0.36 | 0.71 |
| Hex | CF | C5 | 9A | 0 | 5 | 1A | 13 | 31 | 24 | 47 |
| Octal | 317 | 305 | 232 | 0 | 5 | 32 | 23 | 61 | 44 | 107 |
| Binary | 11001111 | 11000101 | 10011010 | 0 | 101 | 11010 | 10011 | 110001 | 100100 | 1000111 |
Color Harmonies of #CFC59A
Complementary color
Monochromatic Colors of #CFC59A
Black with #CFC59A
Text Example
Text Example
White with #CFC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC59A; }
p { color: rgb(207,197,154); }
H1.HeaderClassName
{
color: #CFC59A;
}
.AnyTagClassName
{
color: #CFC59A;
}
</style>
background-color css
<style>
a { background-color: #CFC59A; }
a { background-color: rgb(207,197,154); }
div.DivClassName
{
background-color: #CFC59A;
}
.BgClassName
{
background-color: #CFC59A;
}
</style>
border-color css
<style>
span { border-color: #CFC59A; }
span { border-color: rgb(207,197,154); }
td.TdClassName
{
border-color: #CFC59A;
}
.TagClassName
{
border-color: #CFC59A;
}
</style>