Shades of Clam Shell #CEACA6
Tints of Clam Shell #CEACA6
RGB
CMYK
RGB Variations
Color information
#CEACA6 (or 0xCEACA6) is known color: Clam Shell. HEX triplet: CE, AC and A6. RGB value is (206,172,166). Sum of RGB (Red+Green+Blue) = 206+172+166=544 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.87% from 544); Green value is 172 (67.58% from 255 or 31.62% from 544); Blue value is 166 (65.23% from 255 or 30.51% from 544); Max value from RGB is 206 - color contains mainly: red. Hex color #CEACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CEACA6 is #315359. Grayscale: #B5B5B5. Windows color (decimal): -3232602 or 10923214. OLE color: 10923214.
HSL color Cylindrical-coordinate representation of color #CEACA6: hue angle of 9º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEACA6 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 172 | 166 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.19 |
| HSL | 9º | 0.29% | 0.73% | - |
| HSV(B) | 9º | 0.19% | 0.81% | - |
| XYZ | 47.09 | 45.38 | 42.35 | - |
| YUV | 181.48 | 119.26 | 145.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 166 | 0 | 0.17 | 0.19 | 0.19 | 9 | 0.29 | 0.73 |
| Hex | CE | AC | A6 | 0 | 11 | 13 | 13 | 9 | 1D | 49 |
| Octal | 316 | 254 | 246 | 0 | 21 | 23 | 23 | 11 | 35 | 111 |
| Binary | 11001110 | 10101100 | 10100110 | 0 | 10001 | 10011 | 10011 | 1001 | 11101 | 1001001 |
Color Harmonies of #CEACA6
Complementary color
Monochromatic Colors of #CEACA6
Black with #CEACA6
Text Example
Text Example
White with #CEACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACA6; }
p { color: rgb(206,172,166); }
H1.HeaderClassName
{
color: #CEACA6;
}
.AnyTagClassName
{
color: #CEACA6;
}
</style>
background-color css
<style>
a { background-color: #CEACA6; }
a { background-color: rgb(206,172,166); }
div.DivClassName
{
background-color: #CEACA6;
}
.BgClassName
{
background-color: #CEACA6;
}
</style>
border-color css
<style>
span { border-color: #CEACA6; }
span { border-color: rgb(206,172,166); }
td.TdClassName
{
border-color: #CEACA6;
}
.TagClassName
{
border-color: #CEACA6;
}
</style>