Shades of Tahuna Sands #CBC496
Tints of Tahuna Sands #CBC496
RGB
CMYK
RGB Variations
Color information
#CBC496 (or 0xCBC496) is known color: Tahuna Sands. HEX triplet: CB, C4 and 96. RGB value is (203,196,150). Sum of RGB (Red+Green+Blue) = 203+196+150=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 196 (76.95% from 255 or 35.70% from 549); Blue value is 150 (58.98% from 255 or 27.32% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC496 is #343B69. Grayscale: #C1C1C1. Windows color (decimal): -3423082 or 9880779. OLE color: 9880779.
HSL color Cylindrical-coordinate representation of color #CBC496: hue angle of 52.08º 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 #CBC496 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 150 | - |
| CMYK | 0 | 0.03 | 0.26 | 0.20 |
| HSL | 52.08º | 0.34% | 0.69% | - |
| HSV(B) | 52.08º | 0.26% | 0.8% | - |
| XYZ | 49.87 | 54.38 | 36.72 | - |
| YUV | 192.85 | 103.82 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 150 | 0 | 0.03 | 0.26 | 0.20 | 52.08 | 0.34 | 0.69 |
| Hex | CB | C4 | 96 | 0 | 3 | 1A | 14 | 34 | 22 | 45 |
| Octal | 313 | 304 | 226 | 0 | 3 | 32 | 24 | 64 | 42 | 105 |
| Binary | 11001011 | 11000100 | 10010110 | 0 | 11 | 11010 | 10100 | 110100 | 100010 | 1000101 |
Color Harmonies of #CBC496
Complementary color
Monochromatic Colors of #CBC496
Black with #CBC496
Text Example
Text Example
White with #CBC496
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC496; }
p { color: rgb(203,196,150); }
H1.HeaderClassName
{
color: #CBC496;
}
.AnyTagClassName
{
color: #CBC496;
}
</style>
background-color css
<style>
a { background-color: #CBC496; }
a { background-color: rgb(203,196,150); }
div.DivClassName
{
background-color: #CBC496;
}
.BgClassName
{
background-color: #CBC496;
}
</style>
border-color css
<style>
span { border-color: #CBC496; }
span { border-color: rgb(203,196,150); }
td.TdClassName
{
border-color: #CBC496;
}
.TagClassName
{
border-color: #CBC496;
}
</style>