Shades of Tahuna Sands #CBC694
Tints of Tahuna Sands #CBC694
RGB
CMYK
RGB Variations
Color information
#CBC694 (or 0xCBC694) is known color: Tahuna Sands. HEX triplet: CB, C6 and 94. RGB value is (203,198,148). Sum of RGB (Red+Green+Blue) = 203+198+148=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 198 (77.73% from 255 or 36.07% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC694 is #34396B. Grayscale: #C2C2C2. Windows color (decimal): -3422572 or 9750219. OLE color: 9750219.
HSL color Cylindrical-coordinate representation of color #CBC694: hue angle of 54.55º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC694 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 148 | - |
| CMYK | 0 | 0.02 | 0.27 | 0.20 |
| HSL | 54.55º | 0.35% | 0.69% | - |
| HSV(B) | 54.55º | 0.27% | 0.8% | - |
| XYZ | 50.17 | 55.22 | 36.03 | - |
| YUV | 193.8 | 102.16 | 134.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 148 | 0 | 0.02 | 0.27 | 0.20 | 54.55 | 0.35 | 0.69 |
| Hex | CB | C6 | 94 | 0 | 2 | 1B | 14 | 37 | 23 | 45 |
| Octal | 313 | 306 | 224 | 0 | 2 | 33 | 24 | 67 | 43 | 105 |
| Binary | 11001011 | 11000110 | 10010100 | 0 | 10 | 11011 | 10100 | 110111 | 100011 | 1000101 |
Color Harmonies of #CBC694
Complementary color
Monochromatic Colors of #CBC694
Black with #CBC694
Text Example
Text Example
White with #CBC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC694; }
p { color: rgb(203,198,148); }
H1.HeaderClassName
{
color: #CBC694;
}
.AnyTagClassName
{
color: #CBC694;
}
</style>
background-color css
<style>
a { background-color: #CBC694; }
a { background-color: rgb(203,198,148); }
div.DivClassName
{
background-color: #CBC694;
}
.BgClassName
{
background-color: #CBC694;
}
</style>
border-color css
<style>
span { border-color: #CBC694; }
span { border-color: rgb(203,198,148); }
td.TdClassName
{
border-color: #CBC694;
}
.TagClassName
{
border-color: #CBC694;
}
</style>