Shades of Clam Shell #CEB5A9
Tints of Clam Shell #CEB5A9
RGB
CMYK
RGB Variations
Color information
#CEB5A9 (or 0xCEB5A9) is known color: Clam Shell. HEX triplet: CE, B5 and A9. RGB value is (206,181,169). Sum of RGB (Red+Green+Blue) = 206+181+169=556 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.05% from 556); Green value is 181 (71.09% from 255 or 32.55% from 556); Blue value is 169 (66.41% from 255 or 30.40% from 556); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A9 is #314A56. Grayscale: #BBBBBB. Windows color (decimal): -3230295 or 11122126. OLE color: 11122126.
HSL color Cylindrical-coordinate representation of color #CEB5A9: hue angle of 19.46º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEB5A9 is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 169 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.19 |
| HSL | 19.46º | 0.27% | 0.74% | - |
| HSV(B) | 19.46º | 0.18% | 0.81% | - |
| XYZ | 49.14 | 49.03 | 44.41 | - |
| YUV | 187.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 169 | 0 | 0.12 | 0.18 | 0.19 | 19.46 | 0.27 | 0.74 |
| Hex | CE | B5 | A9 | 0 | C | 12 | 13 | 13 | 1B | 4A |
| Octal | 316 | 265 | 251 | 0 | 14 | 22 | 23 | 23 | 33 | 112 |
| Binary | 11001110 | 10110101 | 10101001 | 0 | 1100 | 10010 | 10011 | 10011 | 11011 | 1001010 |
Color Harmonies of #CEB5A9
Complementary color
Monochromatic Colors of #CEB5A9
Black with #CEB5A9
Text Example
Text Example
White with #CEB5A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5A9; }
p { color: rgb(206,181,169); }
H1.HeaderClassName
{
color: #CEB5A9;
}
.AnyTagClassName
{
color: #CEB5A9;
}
</style>
background-color css
<style>
a { background-color: #CEB5A9; }
a { background-color: rgb(206,181,169); }
div.DivClassName
{
background-color: #CEB5A9;
}
.BgClassName
{
background-color: #CEB5A9;
}
</style>
border-color css
<style>
span { border-color: #CEB5A9; }
span { border-color: rgb(206,181,169); }
td.TdClassName
{
border-color: #CEB5A9;
}
.TagClassName
{
border-color: #CEB5A9;
}
</style>