Shades of Tahuna Sands #CFC195
Tints of Tahuna Sands #CFC195
RGB
CMYK
RGB Variations
Color information
#CFC195 (or 0xCFC195) is known color: Tahuna Sands. HEX triplet: CF, C1 and 95. RGB value is (207,193,149). Sum of RGB (Red+Green+Blue) = 207+193+149=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 193 (75.78% from 255 or 35.15% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC195 is #303E6A. Grayscale: #C0C0C0. Windows color (decimal): -3161707 or 9814479. OLE color: 9814479.
HSL color Cylindrical-coordinate representation of color #CFC195: hue angle of 45.52º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFC195 is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 149 | - |
| CMYK | 0 | 0.07 | 0.28 | 0.19 |
| HSL | 45.52º | 0.38% | 0.7% | - |
| HSV(B) | 45.52º | 0.28% | 0.81% | - |
| XYZ | 50.23 | 53.58 | 36.13 | - |
| YUV | 192.17 | 103.64 | 138.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 149 | 0 | 0.07 | 0.28 | 0.19 | 45.52 | 0.38 | 0.7 |
| Hex | CF | C1 | 95 | 0 | 7 | 1C | 13 | 2E | 26 | 46 |
| Octal | 317 | 301 | 225 | 0 | 7 | 34 | 23 | 56 | 46 | 106 |
| Binary | 11001111 | 11000001 | 10010101 | 0 | 111 | 11100 | 10011 | 101110 | 100110 | 1000110 |
Color Harmonies of #CFC195
Complementary color
Monochromatic Colors of #CFC195
Black with #CFC195
Text Example
Text Example
White with #CFC195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC195; }
p { color: rgb(207,193,149); }
H1.HeaderClassName
{
color: #CFC195;
}
.AnyTagClassName
{
color: #CFC195;
}
</style>
background-color css
<style>
a { background-color: #CFC195; }
a { background-color: rgb(207,193,149); }
div.DivClassName
{
background-color: #CFC195;
}
.BgClassName
{
background-color: #CFC195;
}
</style>
border-color css
<style>
span { border-color: #CFC195; }
span { border-color: rgb(207,193,149); }
td.TdClassName
{
border-color: #CFC195;
}
.TagClassName
{
border-color: #CFC195;
}
</style>