Shades of Tahuna Sands #CBC59F
Tints of Tahuna Sands #CBC59F
RGB
CMYK
RGB Variations
Color information
#CBC59F (or 0xCBC59F) is known color: Tahuna Sands. HEX triplet: CB, C5 and 9F. RGB value is (203,197,159). Sum of RGB (Red+Green+Blue) = 203+197+159=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 197 (77.34% from 255 or 35.24% from 559); Blue value is 159 (62.5% from 255 or 28.44% from 559); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC59F is #343A60. Grayscale: #C2C2C2. Windows color (decimal): -3422817 or 10470859. OLE color: 10470859.
HSL color Cylindrical-coordinate representation of color #CBC59F: hue angle of 51.82º degrees, saturation: 0.3, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CBC59F is Cyan = 0, Magento = 0.03, Yellow = 0.22 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 159 | - |
| CMYK | 0 | 0.03 | 0.22 | 0.20 |
| HSL | 51.82º | 0.3% | 0.71% | - |
| HSV(B) | 51.82º | 0.22% | 0.8% | - |
| XYZ | 50.85 | 55.13 | 40.76 | - |
| YUV | 194.46 | 107.99 | 134.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 159 | 0 | 0.03 | 0.22 | 0.20 | 51.82 | 0.3 | 0.71 |
| Hex | CB | C5 | 9F | 0 | 3 | 16 | 14 | 34 | 1E | 47 |
| Octal | 313 | 305 | 237 | 0 | 3 | 26 | 24 | 64 | 36 | 107 |
| Binary | 11001011 | 11000101 | 10011111 | 0 | 11 | 10110 | 10100 | 110100 | 11110 | 1000111 |
Color Harmonies of #CBC59F
Complementary color
Monochromatic Colors of #CBC59F
Black with #CBC59F
Text Example
Text Example
White with #CBC59F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC59F; }
p { color: rgb(203,197,159); }
H1.HeaderClassName
{
color: #CBC59F;
}
.AnyTagClassName
{
color: #CBC59F;
}
</style>
background-color css
<style>
a { background-color: #CBC59F; }
a { background-color: rgb(203,197,159); }
div.DivClassName
{
background-color: #CBC59F;
}
.BgClassName
{
background-color: #CBC59F;
}
</style>
border-color css
<style>
span { border-color: #CBC59F; }
span { border-color: rgb(203,197,159); }
td.TdClassName
{
border-color: #CBC59F;
}
.TagClassName
{
border-color: #CBC59F;
}
</style>