Shades of Tahuna Sands #CFC498
Tints of Tahuna Sands #CFC498
RGB
CMYK
RGB Variations
Color information
#CFC498 (or 0xCFC498) is known color: Tahuna Sands. HEX triplet: CF, C4 and 98. RGB value is (207,196,152). Sum of RGB (Red+Green+Blue) = 207+196+152=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 196 (76.95% from 255 or 35.32% from 555); Blue value is 152 (59.77% from 255 or 27.39% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC498 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC498 is #303B67. Grayscale: #C2C2C2. Windows color (decimal): -3160936 or 10011855. OLE color: 10011855.
HSL color Cylindrical-coordinate representation of color #CFC498: hue angle of 48º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFC498 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 196 | 152 | - |
| CMYK | 0 | 0.05 | 0.27 | 0.19 |
| HSL | 48º | 0.36% | 0.7% | - |
| HSV(B) | 48º | 0.27% | 0.81% | - |
| XYZ | 51.14 | 55.01 | 37.63 | - |
| YUV | 194.27 | 104.14 | 137.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 196 | 152 | 0 | 0.05 | 0.27 | 0.19 | 48 | 0.36 | 0.7 |
| Hex | CF | C4 | 98 | 0 | 5 | 1B | 13 | 30 | 24 | 46 |
| Octal | 317 | 304 | 230 | 0 | 5 | 33 | 23 | 60 | 44 | 106 |
| Binary | 11001111 | 11000100 | 10011000 | 0 | 101 | 11011 | 10011 | 110000 | 100100 | 1000110 |
Color Harmonies of #CFC498
Complementary color
Monochromatic Colors of #CFC498
Black with #CFC498
Text Example
Text Example
White with #CFC498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC498; }
p { color: rgb(207,196,152); }
H1.HeaderClassName
{
color: #CFC498;
}
.AnyTagClassName
{
color: #CFC498;
}
</style>
background-color css
<style>
a { background-color: #CFC498; }
a { background-color: rgb(207,196,152); }
div.DivClassName
{
background-color: #CFC498;
}
.BgClassName
{
background-color: #CFC498;
}
</style>
border-color css
<style>
span { border-color: #CFC498; }
span { border-color: rgb(207,196,152); }
td.TdClassName
{
border-color: #CFC498;
}
.TagClassName
{
border-color: #CFC498;
}
</style>