Shades of Tahuna Sands #CEC394
Tints of Tahuna Sands #CEC394
RGB
CMYK
RGB Variations
Color information
#CEC394 (or 0xCEC394) is known color: Tahuna Sands. HEX triplet: CE, C3 and 94. RGB value is (206,195,148). Sum of RGB (Red+Green+Blue) = 206+195+148=549 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.52% from 549); Green value is 195 (76.56% from 255 or 35.52% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC394 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEC394 is #313C6B. Grayscale: #C1C1C1. Windows color (decimal): -3226732 or 9749454. OLE color: 9749454.
HSL color Cylindrical-coordinate representation of color #CEC394: hue angle of 48.62º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CEC394 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 195 | 148 | - |
| CMYK | 0 | 0.05 | 0.28 | 0.19 |
| HSL | 48.62º | 0.37% | 0.69% | - |
| HSV(B) | 48.62º | 0.28% | 0.81% | - |
| XYZ | 50.31 | 54.29 | 35.84 | - |
| YUV | 192.93 | 102.64 | 137.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 195 | 148 | 0 | 0.05 | 0.28 | 0.19 | 48.62 | 0.37 | 0.69 |
| Hex | CE | C3 | 94 | 0 | 5 | 1C | 13 | 31 | 25 | 45 |
| Octal | 316 | 303 | 224 | 0 | 5 | 34 | 23 | 61 | 45 | 105 |
| Binary | 11001110 | 11000011 | 10010100 | 0 | 101 | 11100 | 10011 | 110001 | 100101 | 1000101 |
Color Harmonies of #CEC394
Complementary color
Monochromatic Colors of #CEC394
Black with #CEC394
Text Example
Text Example
White with #CEC394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC394; }
p { color: rgb(206,195,148); }
H1.HeaderClassName
{
color: #CEC394;
}
.AnyTagClassName
{
color: #CEC394;
}
</style>
background-color css
<style>
a { background-color: #CEC394; }
a { background-color: rgb(206,195,148); }
div.DivClassName
{
background-color: #CEC394;
}
.BgClassName
{
background-color: #CEC394;
}
</style>
border-color css
<style>
span { border-color: #CEC394; }
span { border-color: rgb(206,195,148); }
td.TdClassName
{
border-color: #CEC394;
}
.TagClassName
{
border-color: #CEC394;
}
</style>