Shades of Tahuna Sands #CFC594
Tints of Tahuna Sands #CFC594
RGB
CMYK
RGB Variations
Color information
#CFC594 (or 0xCFC594) is known color: Tahuna Sands. HEX triplet: CF, C5 and 94. RGB value is (207,197,148). Sum of RGB (Red+Green+Blue) = 207+197+148=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC594 is #303A6B. Grayscale: #C2C2C2. Windows color (decimal): -3160684 or 9749967. OLE color: 9749967.
HSL color Cylindrical-coordinate representation of color #CFC594: hue angle of 49.83º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC594 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 148 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.19 |
| HSL | 49.83º | 0.38% | 0.7% | - |
| HSV(B) | 49.83º | 0.29% | 0.81% | - |
| XYZ | 51.04 | 55.34 | 36.01 | - |
| YUV | 194.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 148 | 0 | 0.05 | 0.29 | 0.19 | 49.83 | 0.38 | 0.7 |
| Hex | CF | C5 | 94 | 0 | 5 | 1D | 13 | 32 | 26 | 46 |
| Octal | 317 | 305 | 224 | 0 | 5 | 35 | 23 | 62 | 46 | 106 |
| Binary | 11001111 | 11000101 | 10010100 | 0 | 101 | 11101 | 10011 | 110010 | 100110 | 1000110 |
Color Harmonies of #CFC594
Complementary color
Monochromatic Colors of #CFC594
Black with #CFC594
Text Example
Text Example
White with #CFC594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC594; }
p { color: rgb(207,197,148); }
H1.HeaderClassName
{
color: #CFC594;
}
.AnyTagClassName
{
color: #CFC594;
}
</style>
background-color css
<style>
a { background-color: #CFC594; }
a { background-color: rgb(207,197,148); }
div.DivClassName
{
background-color: #CFC594;
}
.BgClassName
{
background-color: #CFC594;
}
</style>
border-color css
<style>
span { border-color: #CFC594; }
span { border-color: rgb(207,197,148); }
td.TdClassName
{
border-color: #CFC594;
}
.TagClassName
{
border-color: #CFC594;
}
</style>