Shades of Clam Shell #CEB5A5
Tints of Clam Shell #CEB5A5
RGB
CMYK
RGB Variations
Color information
#CEB5A5 (or 0xCEB5A5) is known color: Clam Shell. HEX triplet: CE, B5 and A5. RGB value is (206,181,165). Sum of RGB (Red+Green+Blue) = 206+181+165=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 181 (71.09% from 255 or 32.79% from 552); Blue value is 165 (64.84% from 255 or 29.89% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB5A5 is #314A5A. Grayscale: #BABABA. Windows color (decimal): -3230299 or 10859982. OLE color: 10859982.
HSL color Cylindrical-coordinate representation of color #CEB5A5: hue angle of 23.41º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEB5A5 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 181 | 165 | - |
| CMYK | 0 | 0.12 | 0.20 | 0.19 |
| HSL | 23.41º | 0.29% | 0.73% | - |
| HSV(B) | 23.41º | 0.2% | 0.81% | - |
| XYZ | 48.77 | 48.89 | 42.46 | - |
| YUV | 186.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 181 | 165 | 0 | 0.12 | 0.20 | 0.19 | 23.41 | 0.29 | 0.73 |
| Hex | CE | B5 | A5 | 0 | C | 14 | 13 | 17 | 1D | 49 |
| Octal | 316 | 265 | 245 | 0 | 14 | 24 | 23 | 27 | 35 | 111 |
| Binary | 11001110 | 10110101 | 10100101 | 0 | 1100 | 10100 | 10011 | 10111 | 11101 | 1001001 |
Color Harmonies of #CEB5A5
Complementary color
Monochromatic Colors of #CEB5A5
Black with #CEB5A5
Text Example
Text Example
White with #CEB5A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5A5; }
p { color: rgb(206,181,165); }
H1.HeaderClassName
{
color: #CEB5A5;
}
.AnyTagClassName
{
color: #CEB5A5;
}
</style>
background-color css
<style>
a { background-color: #CEB5A5; }
a { background-color: rgb(206,181,165); }
div.DivClassName
{
background-color: #CEB5A5;
}
.BgClassName
{
background-color: #CEB5A5;
}
</style>
border-color css
<style>
span { border-color: #CEB5A5; }
span { border-color: rgb(206,181,165); }
td.TdClassName
{
border-color: #CEB5A5;
}
.TagClassName
{
border-color: #CEB5A5;
}
</style>