Shades of Tahuna Sands #CFC993
Tints of Tahuna Sands #CFC993
RGB
CMYK
RGB Variations
Color information
#CFC993 (or 0xCFC993) is known color: Tahuna Sands. HEX triplet: CF, C9 and 93. RGB value is (207,201,147). Sum of RGB (Red+Green+Blue) = 207+201+147=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 201 (78.91% from 255 or 36.22% from 555); Blue value is 147 (57.81% from 255 or 26.49% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC993 is #30366C. Grayscale: #C4C4C4. Windows color (decimal): -3159661 or 9685455. OLE color: 9685455.
HSL color Cylindrical-coordinate representation of color #CFC993: hue angle of 54º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFC993 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 201 | 147 | - |
| CMYK | 0 | 0.03 | 0.29 | 0.19 |
| HSL | 54º | 0.38% | 0.69% | - |
| HSV(B) | 54º | 0.29% | 0.81% | - |
| XYZ | 51.89 | 57.15 | 35.9 | - |
| YUV | 196.64 | 99.99 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 201 | 147 | 0 | 0.03 | 0.29 | 0.19 | 54 | 0.38 | 0.69 |
| Hex | CF | C9 | 93 | 0 | 3 | 1D | 13 | 36 | 26 | 45 |
| Octal | 317 | 311 | 223 | 0 | 3 | 35 | 23 | 66 | 46 | 105 |
| Binary | 11001111 | 11001001 | 10010011 | 0 | 11 | 11101 | 10011 | 110110 | 100110 | 1000101 |
Color Harmonies of #CFC993
Complementary color
Monochromatic Colors of #CFC993
Black with #CFC993
Text Example
Text Example
White with #CFC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC993; }
p { color: rgb(207,201,147); }
H1.HeaderClassName
{
color: #CFC993;
}
.AnyTagClassName
{
color: #CFC993;
}
</style>
background-color css
<style>
a { background-color: #CFC993; }
a { background-color: rgb(207,201,147); }
div.DivClassName
{
background-color: #CFC993;
}
.BgClassName
{
background-color: #CFC993;
}
</style>
border-color css
<style>
span { border-color: #CFC993; }
span { border-color: rgb(207,201,147); }
td.TdClassName
{
border-color: #CFC993;
}
.TagClassName
{
border-color: #CFC993;
}
</style>