Shades of Tahuna Sands #CBC69B
Tints of Tahuna Sands #CBC69B
RGB
CMYK
RGB Variations
Color information
#CBC69B (or 0xCBC69B) is known color: Tahuna Sands. HEX triplet: CB, C6 and 9B. RGB value is (203,198,155). Sum of RGB (Red+Green+Blue) = 203+198+155=556 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.51% from 556); Green value is 198 (77.73% from 255 or 35.61% from 556); Blue value is 155 (60.94% from 255 or 27.88% from 556); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC69B is #343964. Grayscale: #C2C2C2. Windows color (decimal): -3422565 or 10208971. OLE color: 10208971.
HSL color Cylindrical-coordinate representation of color #CBC69B: hue angle of 53.75º 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 #CBC69B is Cyan = 0, Magento = 0.02, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 155 | - |
| CMYK | 0 | 0.02 | 0.24 | 0.20 |
| HSL | 53.75º | 0.32% | 0.7% | - |
| HSV(B) | 53.75º | 0.24% | 0.8% | - |
| XYZ | 50.74 | 55.45 | 39.04 | - |
| YUV | 194.59 | 105.66 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 155 | 0 | 0.02 | 0.24 | 0.20 | 53.75 | 0.32 | 0.7 |
| Hex | CB | C6 | 9B | 0 | 2 | 18 | 14 | 36 | 20 | 46 |
| Octal | 313 | 306 | 233 | 0 | 2 | 30 | 24 | 66 | 40 | 106 |
| Binary | 11001011 | 11000110 | 10011011 | 0 | 10 | 11000 | 10100 | 110110 | 100000 | 1000110 |
Color Harmonies of #CBC69B
Complementary color
Monochromatic Colors of #CBC69B
Black with #CBC69B
Text Example
Text Example
White with #CBC69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC69B; }
p { color: rgb(203,198,155); }
H1.HeaderClassName
{
color: #CBC69B;
}
.AnyTagClassName
{
color: #CBC69B;
}
</style>
background-color css
<style>
a { background-color: #CBC69B; }
a { background-color: rgb(203,198,155); }
div.DivClassName
{
background-color: #CBC69B;
}
.BgClassName
{
background-color: #CBC69B;
}
</style>
border-color css
<style>
span { border-color: #CBC69B; }
span { border-color: rgb(203,198,155); }
td.TdClassName
{
border-color: #CBC69B;
}
.TagClassName
{
border-color: #CBC69B;
}
</style>