Shades of Tahuna Sands #CEC595
Tints of Tahuna Sands #CEC595
RGB
CMYK
RGB Variations
Color information
#CEC595 (or 0xCEC595) is known color: Tahuna Sands. HEX triplet: CE, C5 and 95. RGB value is (206,197,149). Sum of RGB (Red+Green+Blue) = 206+197+149=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 197 (77.34% from 255 or 35.69% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC595 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC595 is #313A6A. Grayscale: #C2C2C2. Windows color (decimal): -3226219 or 9815502. OLE color: 9815502.
HSL color Cylindrical-coordinate representation of color #CEC595: hue angle of 50.53º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEC595 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 197 | 149 | - |
| CMYK | 0 | 0.04 | 0.28 | 0.19 |
| HSL | 50.53º | 0.37% | 0.7% | - |
| HSV(B) | 50.53º | 0.28% | 0.81% | - |
| XYZ | 50.84 | 55.22 | 36.41 | - |
| YUV | 194.22 | 102.48 | 136.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 197 | 149 | 0 | 0.04 | 0.28 | 0.19 | 50.53 | 0.37 | 0.7 |
| Hex | CE | C5 | 95 | 0 | 4 | 1C | 13 | 33 | 25 | 46 |
| Octal | 316 | 305 | 225 | 0 | 4 | 34 | 23 | 63 | 45 | 106 |
| Binary | 11001110 | 11000101 | 10010101 | 0 | 100 | 11100 | 10011 | 110011 | 100101 | 1000110 |
Color Harmonies of #CEC595
Complementary color
Monochromatic Colors of #CEC595
Black with #CEC595
Text Example
Text Example
White with #CEC595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC595; }
p { color: rgb(206,197,149); }
H1.HeaderClassName
{
color: #CEC595;
}
.AnyTagClassName
{
color: #CEC595;
}
</style>
background-color css
<style>
a { background-color: #CEC595; }
a { background-color: rgb(206,197,149); }
div.DivClassName
{
background-color: #CEC595;
}
.BgClassName
{
background-color: #CEC595;
}
</style>
border-color css
<style>
span { border-color: #CEC595; }
span { border-color: rgb(206,197,149); }
td.TdClassName
{
border-color: #CEC595;
}
.TagClassName
{
border-color: #CEC595;
}
</style>