Shades of Clam Shell #CEB5A6
Tints of Clam Shell #CEB5A6
RGB
CMYK
RGB Variations
Color information
#CEB5A6 (or 0xCEB5A6) is known color: Clam Shell. HEX triplet: CE, B5 and A6. RGB value is (206,181,166). Sum of RGB (Red+Green+Blue) = 206+181+166=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 181 (71.09% from 255 or 32.73% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A6 is #314A59. Grayscale: #BABABA. Windows color (decimal): -3230298 or 10925518. OLE color: 10925518.
HSL color Cylindrical-coordinate representation of color #CEB5A6: hue angle of 22.5º 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 #CEB5A6 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 166 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.19 |
| HSL | 22.5º | 0.29% | 0.73% | - |
| HSV(B) | 22.5º | 0.19% | 0.81% | - |
| XYZ | 48.86 | 48.92 | 42.94 | - |
| YUV | 186.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 166 | 0 | 0.12 | 0.19 | 0.19 | 22.5 | 0.29 | 0.73 |
| Hex | CE | B5 | A6 | 0 | C | 13 | 13 | 16 | 1D | 49 |
| Octal | 316 | 265 | 246 | 0 | 14 | 23 | 23 | 26 | 35 | 111 |
| Binary | 11001110 | 10110101 | 10100110 | 0 | 1100 | 10011 | 10011 | 10110 | 11101 | 1001001 |
Color Harmonies of #CEB5A6
Complementary color
Monochromatic Colors of #CEB5A6
Black with #CEB5A6
Text Example
Text Example
White with #CEB5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5A6; }
p { color: rgb(206,181,166); }
H1.HeaderClassName
{
color: #CEB5A6;
}
.AnyTagClassName
{
color: #CEB5A6;
}
</style>
background-color css
<style>
a { background-color: #CEB5A6; }
a { background-color: rgb(206,181,166); }
div.DivClassName
{
background-color: #CEB5A6;
}
.BgClassName
{
background-color: #CEB5A6;
}
</style>
border-color css
<style>
span { border-color: #CEB5A6; }
span { border-color: rgb(206,181,166); }
td.TdClassName
{
border-color: #CEB5A6;
}
.TagClassName
{
border-color: #CEB5A6;
}
</style>