Shades of Tahuna Sands #CBC59A
Tints of Tahuna Sands #CBC59A
RGB
CMYK
RGB Variations
Color information
#CBC59A (or 0xCBC59A) is known color: Tahuna Sands. HEX triplet: CB, C5 and 9A. RGB value is (203,197,154). Sum of RGB (Red+Green+Blue) = 203+197+154=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 197 (77.34% from 255 or 35.56% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC59A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC59A is #343A65. Grayscale: #C2C2C2. Windows color (decimal): -3422822 or 10143179. OLE color: 10143179.
HSL color Cylindrical-coordinate representation of color #CBC59A: hue angle of 52.65º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC59A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 197 | 154 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.20 |
| HSL | 52.65º | 0.32% | 0.7% | - |
| HSV(B) | 52.65º | 0.24% | 0.8% | - |
| XYZ | 50.43 | 54.96 | 38.52 | - |
| YUV | 193.89 | 105.49 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 154 | 0 | 0.03 | 0.24 | 0.20 | 52.65 | 0.32 | 0.7 |
| Hex | CB | C5 | 9A | 0 | 3 | 18 | 14 | 35 | 20 | 46 |
| Octal | 313 | 305 | 232 | 0 | 3 | 30 | 24 | 65 | 40 | 106 |
| Binary | 11001011 | 11000101 | 10011010 | 0 | 11 | 11000 | 10100 | 110101 | 100000 | 1000110 |
Color Harmonies of #CBC59A
Complementary color
Monochromatic Colors of #CBC59A
Black with #CBC59A
Text Example
Text Example
White with #CBC59A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC59A; }
p { color: rgb(203,197,154); }
H1.HeaderClassName
{
color: #CBC59A;
}
.AnyTagClassName
{
color: #CBC59A;
}
</style>
background-color css
<style>
a { background-color: #CBC59A; }
a { background-color: rgb(203,197,154); }
div.DivClassName
{
background-color: #CBC59A;
}
.BgClassName
{
background-color: #CBC59A;
}
</style>
border-color css
<style>
span { border-color: #CBC59A; }
span { border-color: rgb(203,197,154); }
td.TdClassName
{
border-color: #CBC59A;
}
.TagClassName
{
border-color: #CBC59A;
}
</style>