Shades of Tahuna Sands #CFC593
Tints of Tahuna Sands #CFC593
RGB
CMYK
RGB Variations
Color information
#CFC593 (or 0xCFC593) is known color: Tahuna Sands. HEX triplet: CF, C5 and 93. RGB value is (207,197,147). Sum of RGB (Red+Green+Blue) = 207+197+147=551 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.57% from 551); Green value is 197 (77.34% from 255 or 35.75% from 551); Blue value is 147 (57.81% from 255 or 26.68% from 551); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC593 is #303A6C. Grayscale: #C2C2C2. Windows color (decimal): -3160685 or 9684431. OLE color: 9684431.
HSL color Cylindrical-coordinate representation of color #CFC593: hue angle of 50º 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 #CFC593 is Cyan = 0, Magento = 0.05, Yellow = 0.29 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 197 | 147 | - |
| CMYK | 0 | 0.05 | 0.29 | 0.19 |
| HSL | 50º | 0.38% | 0.69% | - |
| HSV(B) | 50º | 0.29% | 0.81% | - |
| XYZ | 50.96 | 55.3 | 35.59 | - |
| YUV | 194.29 | 101.31 | 137.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 197 | 147 | 0 | 0.05 | 0.29 | 0.19 | 50 | 0.38 | 0.69 |
| Hex | CF | C5 | 93 | 0 | 5 | 1D | 13 | 32 | 26 | 45 |
| Octal | 317 | 305 | 223 | 0 | 5 | 35 | 23 | 62 | 46 | 105 |
| Binary | 11001111 | 11000101 | 10010011 | 0 | 101 | 11101 | 10011 | 110010 | 100110 | 1000101 |
Color Harmonies of #CFC593
Complementary color
Monochromatic Colors of #CFC593
Black with #CFC593
Text Example
Text Example
White with #CFC593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC593; }
p { color: rgb(207,197,147); }
H1.HeaderClassName
{
color: #CFC593;
}
.AnyTagClassName
{
color: #CFC593;
}
</style>
background-color css
<style>
a { background-color: #CFC593; }
a { background-color: rgb(207,197,147); }
div.DivClassName
{
background-color: #CFC593;
}
.BgClassName
{
background-color: #CFC593;
}
</style>
border-color css
<style>
span { border-color: #CFC593; }
span { border-color: rgb(207,197,147); }
td.TdClassName
{
border-color: #CFC593;
}
.TagClassName
{
border-color: #CFC593;
}
</style>