Shades of Tahuna Sands #CBC49A
Tints of Tahuna Sands #CBC49A
RGB
CMYK
RGB Variations
Color information
#CBC49A (or 0xCBC49A) is known color: Tahuna Sands. HEX triplet: CB, C4 and 9A. RGB value is (203,196,154). Sum of RGB (Red+Green+Blue) = 203+196+154=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 196 (76.95% from 255 or 35.44% from 553); Blue value is 154 (60.55% from 255 or 27.85% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC49A is #343B65. Grayscale: #C1C1C1. Windows color (decimal): -3423078 or 10142923. OLE color: 10142923.
HSL color Cylindrical-coordinate representation of color #CBC49A: hue angle of 51.43º 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 #CBC49A is Cyan = 0, Magento = 0.03, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 154 | - |
| CMYK | 0 | 0.03 | 0.24 | 0.20 |
| HSL | 51.43º | 0.32% | 0.7% | - |
| HSV(B) | 51.43º | 0.24% | 0.8% | - |
| XYZ | 50.2 | 54.51 | 38.45 | - |
| YUV | 193.31 | 105.82 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 154 | 0 | 0.03 | 0.24 | 0.20 | 51.43 | 0.32 | 0.7 |
| Hex | CB | C4 | 9A | 0 | 3 | 18 | 14 | 33 | 20 | 46 |
| Octal | 313 | 304 | 232 | 0 | 3 | 30 | 24 | 63 | 40 | 106 |
| Binary | 11001011 | 11000100 | 10011010 | 0 | 11 | 11000 | 10100 | 110011 | 100000 | 1000110 |
Color Harmonies of #CBC49A
Complementary color
Monochromatic Colors of #CBC49A
Black with #CBC49A
Text Example
Text Example
White with #CBC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC49A; }
p { color: rgb(203,196,154); }
H1.HeaderClassName
{
color: #CBC49A;
}
.AnyTagClassName
{
color: #CBC49A;
}
</style>
background-color css
<style>
a { background-color: #CBC49A; }
a { background-color: rgb(203,196,154); }
div.DivClassName
{
background-color: #CBC49A;
}
.BgClassName
{
background-color: #CBC49A;
}
</style>
border-color css
<style>
span { border-color: #CBC49A; }
span { border-color: rgb(203,196,154); }
td.TdClassName
{
border-color: #CBC49A;
}
.TagClassName
{
border-color: #CBC49A;
}
</style>