Shades of Tahuna Sands #CBC399
Tints of Tahuna Sands #CBC399
RGB
CMYK
RGB Variations
Color information
#CBC399 (or 0xCBC399) is known color: Tahuna Sands. HEX triplet: CB, C3 and 99. RGB value is (203,195,153). Sum of RGB (Red+Green+Blue) = 203+195+153=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 195 (76.56% from 255 or 35.39% from 551); Blue value is 153 (60.16% from 255 or 27.77% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC399 is #343C66. Grayscale: #C0C0C0. Windows color (decimal): -3423335 or 10077131. OLE color: 10077131.
HSL color Cylindrical-coordinate representation of color #CBC399: hue angle of 50.4º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBC399 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 153 | - |
| CMYK | 0 | 0.04 | 0.25 | 0.20 |
| HSL | 50.4º | 0.32% | 0.7% | - |
| HSV(B) | 50.4º | 0.25% | 0.8% | - |
| XYZ | 49.89 | 54.03 | 37.94 | - |
| YUV | 192.6 | 105.65 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 153 | 0 | 0.04 | 0.25 | 0.20 | 50.4 | 0.32 | 0.7 |
| Hex | CB | C3 | 99 | 0 | 4 | 19 | 14 | 32 | 20 | 46 |
| Octal | 313 | 303 | 231 | 0 | 4 | 31 | 24 | 62 | 40 | 106 |
| Binary | 11001011 | 11000011 | 10011001 | 0 | 100 | 11001 | 10100 | 110010 | 100000 | 1000110 |
Color Harmonies of #CBC399
Complementary color
Monochromatic Colors of #CBC399
Black with #CBC399
Text Example
Text Example
White with #CBC399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC399; }
p { color: rgb(203,195,153); }
H1.HeaderClassName
{
color: #CBC399;
}
.AnyTagClassName
{
color: #CBC399;
}
</style>
background-color css
<style>
a { background-color: #CBC399; }
a { background-color: rgb(203,195,153); }
div.DivClassName
{
background-color: #CBC399;
}
.BgClassName
{
background-color: #CBC399;
}
</style>
border-color css
<style>
span { border-color: #CBC399; }
span { border-color: rgb(203,195,153); }
td.TdClassName
{
border-color: #CBC399;
}
.TagClassName
{
border-color: #CBC399;
}
</style>