Shades of Tahuna Sands #CEC49A
Tints of Tahuna Sands #CEC49A
RGB
CMYK
RGB Variations
Color information
#CEC49A (or 0xCEC49A) is known color: Tahuna Sands. HEX triplet: CE, C4 and 9A. RGB value is (206,196,154). Sum of RGB (Red+Green+Blue) = 206+196+154=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 196 (76.95% from 255 or 35.25% from 556); Blue value is 154 (60.55% from 255 or 27.70% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC49A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC49A is #313B65. Grayscale: #C2C2C2. Windows color (decimal): -3226470 or 10142926. OLE color: 10142926.
HSL color Cylindrical-coordinate representation of color #CEC49A: hue angle of 48.46º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CEC49A is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 196 | 154 | - |
| CMYK | 0 | 0.05 | 0.25 | 0.19 |
| HSL | 48.46º | 0.35% | 0.71% | - |
| HSV(B) | 48.46º | 0.25% | 0.81% | - |
| XYZ | 51.03 | 54.93 | 38.49 | - |
| YUV | 194.2 | 105.31 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 196 | 154 | 0 | 0.05 | 0.25 | 0.19 | 48.46 | 0.35 | 0.71 |
| Hex | CE | C4 | 9A | 0 | 5 | 19 | 13 | 30 | 23 | 47 |
| Octal | 316 | 304 | 232 | 0 | 5 | 31 | 23 | 60 | 43 | 107 |
| Binary | 11001110 | 11000100 | 10011010 | 0 | 101 | 11001 | 10011 | 110000 | 100011 | 1000111 |
Color Harmonies of #CEC49A
Complementary color
Monochromatic Colors of #CEC49A
Black with #CEC49A
Text Example
Text Example
White with #CEC49A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC49A; }
p { color: rgb(206,196,154); }
H1.HeaderClassName
{
color: #CEC49A;
}
.AnyTagClassName
{
color: #CEC49A;
}
</style>
background-color css
<style>
a { background-color: #CEC49A; }
a { background-color: rgb(206,196,154); }
div.DivClassName
{
background-color: #CEC49A;
}
.BgClassName
{
background-color: #CEC49A;
}
</style>
border-color css
<style>
span { border-color: #CEC49A; }
span { border-color: rgb(206,196,154); }
td.TdClassName
{
border-color: #CEC49A;
}
.TagClassName
{
border-color: #CEC49A;
}
</style>