Shades of Tahuna Sands #CBC499
Tints of Tahuna Sands #CBC499
RGB
CMYK
RGB Variations
Color information
#CBC499 (or 0xCBC499) is known color: Tahuna Sands. HEX triplet: CB, C4 and 99. RGB value is (203,196,153). Sum of RGB (Red+Green+Blue) = 203+196+153=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 196 (76.95% from 255 or 35.51% from 552); Blue value is 153 (60.16% from 255 or 27.72% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC499 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC499 is #343B66. Grayscale: #C1C1C1. Windows color (decimal): -3423079 or 10077387. OLE color: 10077387.
HSL color Cylindrical-coordinate representation of color #CBC499: hue angle of 51.6º 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 #CBC499 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 153 | - |
| CMYK | 0 | 0.03 | 0.25 | 0.20 |
| HSL | 51.6º | 0.32% | 0.7% | - |
| HSV(B) | 51.6º | 0.25% | 0.8% | - |
| XYZ | 50.12 | 54.48 | 38.01 | - |
| YUV | 193.19 | 105.32 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 153 | 0 | 0.03 | 0.25 | 0.20 | 51.6 | 0.32 | 0.7 |
| Hex | CB | C4 | 99 | 0 | 3 | 19 | 14 | 34 | 20 | 46 |
| Octal | 313 | 304 | 231 | 0 | 3 | 31 | 24 | 64 | 40 | 106 |
| Binary | 11001011 | 11000100 | 10011001 | 0 | 11 | 11001 | 10100 | 110100 | 100000 | 1000110 |
Color Harmonies of #CBC499
Complementary color
Monochromatic Colors of #CBC499
Black with #CBC499
Text Example
Text Example
White with #CBC499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC499; }
p { color: rgb(203,196,153); }
H1.HeaderClassName
{
color: #CBC499;
}
.AnyTagClassName
{
color: #CBC499;
}
</style>
background-color css
<style>
a { background-color: #CBC499; }
a { background-color: rgb(203,196,153); }
div.DivClassName
{
background-color: #CBC499;
}
.BgClassName
{
background-color: #CBC499;
}
</style>
border-color css
<style>
span { border-color: #CBC499; }
span { border-color: rgb(203,196,153); }
td.TdClassName
{
border-color: #CBC499;
}
.TagClassName
{
border-color: #CBC499;
}
</style>