Shades of Clam Shell #CEB7AC
Tints of Clam Shell #CEB7AC
RGB
CMYK
RGB Variations
Color information
#CEB7AC (or 0xCEB7AC) is known color: Clam Shell. HEX triplet: CE, B7 and AC. RGB value is (206,183,172). Sum of RGB (Red+Green+Blue) = 206+183+172=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 183 (71.88% from 255 or 32.62% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB7AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB7AC is #314853. Grayscale: #BCBCBC. Windows color (decimal): -3229780 or 11319246. OLE color: 11319246.
HSL color Cylindrical-coordinate representation of color #CEB7AC: hue angle of 19.41º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB7AC is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 183 | 172 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.19 |
| HSL | 19.41º | 0.26% | 0.74% | - |
| HSV(B) | 19.41º | 0.17% | 0.81% | - |
| XYZ | 49.83 | 49.97 | 46.05 | - |
| YUV | 188.62 | 118.62 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 183 | 172 | 0 | 0.11 | 0.17 | 0.19 | 19.41 | 0.26 | 0.74 |
| Hex | CE | B7 | AC | 0 | B | 11 | 13 | 13 | 1A | 4A |
| Octal | 316 | 267 | 254 | 0 | 13 | 21 | 23 | 23 | 32 | 112 |
| Binary | 11001110 | 10110111 | 10101100 | 0 | 1011 | 10001 | 10011 | 10011 | 11010 | 1001010 |
Color Harmonies of #CEB7AC
Complementary color
Monochromatic Colors of #CEB7AC
Black with #CEB7AC
Text Example
Text Example
White with #CEB7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB7AC; }
p { color: rgb(206,183,172); }
H1.HeaderClassName
{
color: #CEB7AC;
}
.AnyTagClassName
{
color: #CEB7AC;
}
</style>
background-color css
<style>
a { background-color: #CEB7AC; }
a { background-color: rgb(206,183,172); }
div.DivClassName
{
background-color: #CEB7AC;
}
.BgClassName
{
background-color: #CEB7AC;
}
</style>
border-color css
<style>
span { border-color: #CEB7AC; }
span { border-color: rgb(206,183,172); }
td.TdClassName
{
border-color: #CEB7AC;
}
.TagClassName
{
border-color: #CEB7AC;
}
</style>