Shades of Tahuna Sands #CBC599
Tints of Tahuna Sands #CBC599
RGB
CMYK
RGB Variations
Color information
#CBC599 (or 0xCBC599) is known color: Tahuna Sands. HEX triplet: CB, C5 and 99. RGB value is (203,197,153). Sum of RGB (Red+Green+Blue) = 203+197+153=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 197 (77.34% from 255 or 35.62% from 553); Blue value is 153 (60.16% from 255 or 27.67% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC599 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC599 is #343A66. Grayscale: #C1C1C1. Windows color (decimal): -3422823 or 10077643. OLE color: 10077643.
HSL color Cylindrical-coordinate representation of color #CBC599: hue angle of 52.8º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC599 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 153 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.20 |
| HSL | 52.8º | 0.32% | 0.7% | - |
| HSV(B) | 52.8º | 0.25% | 0.8% | - |
| XYZ | 50.34 | 54.93 | 38.09 | - |
| YUV | 193.78 | 104.99 | 134.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 153 | 0 | 0.03 | 0.25 | 0.20 | 52.8 | 0.32 | 0.7 |
| Hex | CB | C5 | 99 | 0 | 3 | 19 | 14 | 35 | 20 | 46 |
| Octal | 313 | 305 | 231 | 0 | 3 | 31 | 24 | 65 | 40 | 106 |
| Binary | 11001011 | 11000101 | 10011001 | 0 | 11 | 11001 | 10100 | 110101 | 100000 | 1000110 |
Color Harmonies of #CBC599
Complementary color
Monochromatic Colors of #CBC599
Black with #CBC599
Text Example
Text Example
White with #CBC599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC599; }
p { color: rgb(203,197,153); }
H1.HeaderClassName
{
color: #CBC599;
}
.AnyTagClassName
{
color: #CBC599;
}
</style>
background-color css
<style>
a { background-color: #CBC599; }
a { background-color: rgb(203,197,153); }
div.DivClassName
{
background-color: #CBC599;
}
.BgClassName
{
background-color: #CBC599;
}
</style>
border-color css
<style>
span { border-color: #CBC599; }
span { border-color: rgb(203,197,153); }
td.TdClassName
{
border-color: #CBC599;
}
.TagClassName
{
border-color: #CBC599;
}
</style>