Shades of Tahuna Sands #CBC698
Tints of Tahuna Sands #CBC698
RGB
CMYK
RGB Variations
Color information
#CBC698 (or 0xCBC698) is known color: Tahuna Sands. HEX triplet: CB, C6 and 98. RGB value is (203,198,152). Sum of RGB (Red+Green+Blue) = 203+198+152=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 198 (77.73% from 255 or 35.80% from 553); Blue value is 152 (59.77% from 255 or 27.49% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC698 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC698 is #343967. Grayscale: #C2C2C2. Windows color (decimal): -3422568 or 10012363. OLE color: 10012363.
HSL color Cylindrical-coordinate representation of color #CBC698: hue angle of 54.12º degrees, saturation: 0.33, 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 #CBC698 is Cyan = 0, Magento = 0.02, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 152 | - |
| CMYK | 0 | 0.02 | 0.25 | 0.20 |
| HSL | 54.12º | 0.33% | 0.7% | - |
| HSV(B) | 54.12º | 0.25% | 0.8% | - |
| XYZ | 50.49 | 55.35 | 37.73 | - |
| YUV | 194.25 | 104.16 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 152 | 0 | 0.02 | 0.25 | 0.20 | 54.12 | 0.33 | 0.7 |
| Hex | CB | C6 | 98 | 0 | 2 | 19 | 14 | 36 | 21 | 46 |
| Octal | 313 | 306 | 230 | 0 | 2 | 31 | 24 | 66 | 41 | 106 |
| Binary | 11001011 | 11000110 | 10011000 | 0 | 10 | 11001 | 10100 | 110110 | 100001 | 1000110 |
Color Harmonies of #CBC698
Complementary color
Monochromatic Colors of #CBC698
Black with #CBC698
Text Example
Text Example
White with #CBC698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC698; }
p { color: rgb(203,198,152); }
H1.HeaderClassName
{
color: #CBC698;
}
.AnyTagClassName
{
color: #CBC698;
}
</style>
background-color css
<style>
a { background-color: #CBC698; }
a { background-color: rgb(203,198,152); }
div.DivClassName
{
background-color: #CBC698;
}
.BgClassName
{
background-color: #CBC698;
}
</style>
border-color css
<style>
span { border-color: #CBC698; }
span { border-color: rgb(203,198,152); }
td.TdClassName
{
border-color: #CBC698;
}
.TagClassName
{
border-color: #CBC698;
}
</style>