Shades of Tahuna Sands #CBC39B
Tints of Tahuna Sands #CBC39B
RGB
CMYK
RGB Variations
Color information
#CBC39B (or 0xCBC39B) is known color: Tahuna Sands. HEX triplet: CB, C3 and 9B. RGB value is (203,195,155). Sum of RGB (Red+Green+Blue) = 203+195+155=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 195 (76.56% from 255 or 35.26% from 553); Blue value is 155 (60.94% from 255 or 28.03% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC39B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC39B is #343C64. Grayscale: #C1C1C1. Windows color (decimal): -3423333 or 10208203. OLE color: 10208203.
HSL color Cylindrical-coordinate representation of color #CBC39B: hue angle of 50º 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 #CBC39B is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 155 | - |
| CMYK | 0 | 0.04 | 0.24 | 0.20 |
| HSL | 50º | 0.32% | 0.7% | - |
| HSV(B) | 50º | 0.24% | 0.8% | - |
| XYZ | 50.06 | 54.09 | 38.81 | - |
| YUV | 192.83 | 106.65 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 155 | 0 | 0.04 | 0.24 | 0.20 | 50 | 0.32 | 0.7 |
| Hex | CB | C3 | 9B | 0 | 4 | 18 | 14 | 32 | 20 | 46 |
| Octal | 313 | 303 | 233 | 0 | 4 | 30 | 24 | 62 | 40 | 106 |
| Binary | 11001011 | 11000011 | 10011011 | 0 | 100 | 11000 | 10100 | 110010 | 100000 | 1000110 |
Color Harmonies of #CBC39B
Complementary color
Monochromatic Colors of #CBC39B
Black with #CBC39B
Text Example
Text Example
White with #CBC39B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC39B; }
p { color: rgb(203,195,155); }
H1.HeaderClassName
{
color: #CBC39B;
}
.AnyTagClassName
{
color: #CBC39B;
}
</style>
background-color css
<style>
a { background-color: #CBC39B; }
a { background-color: rgb(203,195,155); }
div.DivClassName
{
background-color: #CBC39B;
}
.BgClassName
{
background-color: #CBC39B;
}
</style>
border-color css
<style>
span { border-color: #CBC39B; }
span { border-color: rgb(203,195,155); }
td.TdClassName
{
border-color: #CBC39B;
}
.TagClassName
{
border-color: #CBC39B;
}
</style>