Shades of Tahuna Sands #CEC395
Tints of Tahuna Sands #CEC395
RGB
CMYK
RGB Variations
Color information
#CEC395 (or 0xCEC395) is known color: Tahuna Sands. HEX triplet: CE, C3 and 95. RGB value is (206,195,149). Sum of RGB (Red+Green+Blue) = 206+195+149=550 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.45% from 550); Green value is 195 (76.56% from 255 or 35.45% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC395 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC395 is #313C6A. Grayscale: #C1C1C1. Windows color (decimal): -3226731 or 9814990. OLE color: 9814990.
HSL color Cylindrical-coordinate representation of color #CEC395: hue angle of 48.42º 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 #CEC395 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 149 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.19 |
| HSL | 48.42º | 0.37% | 0.7% | - |
| HSV(B) | 48.42º | 0.28% | 0.81% | - |
| XYZ | 50.39 | 54.32 | 36.26 | - |
| YUV | 193.05 | 103.14 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 149 | 0 | 0.05 | 0.28 | 0.19 | 48.42 | 0.37 | 0.7 |
| Hex | CE | C3 | 95 | 0 | 5 | 1C | 13 | 30 | 25 | 46 |
| Octal | 316 | 303 | 225 | 0 | 5 | 34 | 23 | 60 | 45 | 106 |
| Binary | 11001110 | 11000011 | 10010101 | 0 | 101 | 11100 | 10011 | 110000 | 100101 | 1000110 |
Color Harmonies of #CEC395
Complementary color
Monochromatic Colors of #CEC395
Black with #CEC395
Text Example
Text Example
White with #CEC395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC395; }
p { color: rgb(206,195,149); }
H1.HeaderClassName
{
color: #CEC395;
}
.AnyTagClassName
{
color: #CEC395;
}
</style>
background-color css
<style>
a { background-color: #CEC395; }
a { background-color: rgb(206,195,149); }
div.DivClassName
{
background-color: #CEC395;
}
.BgClassName
{
background-color: #CEC395;
}
</style>
border-color css
<style>
span { border-color: #CEC395; }
span { border-color: rgb(206,195,149); }
td.TdClassName
{
border-color: #CEC395;
}
.TagClassName
{
border-color: #CEC395;
}
</style>