Shades of Tahuna Sands #CBC696
Tints of Tahuna Sands #CBC696
RGB
CMYK
RGB Variations
Color information
#CBC696 (or 0xCBC696) is known color: Tahuna Sands. HEX triplet: CB, C6 and 96. RGB value is (203,198,150). Sum of RGB (Red+Green+Blue) = 203+198+150=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 198 (77.73% from 255 or 35.93% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC696 is #343969. Grayscale: #C2C2C2. Windows color (decimal): -3422570 or 9881291. OLE color: 9881291.
HSL color Cylindrical-coordinate representation of color #CBC696: hue angle of 54.34º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CBC696 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 150 | - |
| CMYK | 0 | 0.02 | 0.26 | 0.20 |
| HSL | 54.34º | 0.34% | 0.69% | - |
| HSV(B) | 54.34º | 0.26% | 0.8% | - |
| XYZ | 50.33 | 55.29 | 36.87 | - |
| YUV | 194.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 150 | 0 | 0.02 | 0.26 | 0.20 | 54.34 | 0.34 | 0.69 |
| Hex | CB | C6 | 96 | 0 | 2 | 1A | 14 | 36 | 22 | 45 |
| Octal | 313 | 306 | 226 | 0 | 2 | 32 | 24 | 66 | 42 | 105 |
| Binary | 11001011 | 11000110 | 10010110 | 0 | 10 | 11010 | 10100 | 110110 | 100010 | 1000101 |
Color Harmonies of #CBC696
Complementary color
Monochromatic Colors of #CBC696
Black with #CBC696
Text Example
Text Example
White with #CBC696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC696; }
p { color: rgb(203,198,150); }
H1.HeaderClassName
{
color: #CBC696;
}
.AnyTagClassName
{
color: #CBC696;
}
</style>
background-color css
<style>
a { background-color: #CBC696; }
a { background-color: rgb(203,198,150); }
div.DivClassName
{
background-color: #CBC696;
}
.BgClassName
{
background-color: #CBC696;
}
</style>
border-color css
<style>
span { border-color: #CBC696; }
span { border-color: rgb(203,198,150); }
td.TdClassName
{
border-color: #CBC696;
}
.TagClassName
{
border-color: #CBC696;
}
</style>