Shades of Clam Shell #CEB6AA
Tints of Clam Shell #CEB6AA
RGB
CMYK
RGB Variations
Color information
#CEB6AA (or 0xCEB6AA) is known color: Clam Shell. HEX triplet: CE, B6 and AA. RGB value is (206,182,170). Sum of RGB (Red+Green+Blue) = 206+182+170=558 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.92% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEB6AA is #314955. Grayscale: #BBBBBB. Windows color (decimal): -3230038 or 11187918. OLE color: 11187918.
HSL color Cylindrical-coordinate representation of color #CEB6AA: hue angle of 20º degrees, saturation: 0.27, 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 #CEB6AA is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 182 | 170 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.19 |
| HSL | 20º | 0.27% | 0.74% | - |
| HSV(B) | 20º | 0.17% | 0.81% | - |
| XYZ | 49.44 | 49.48 | 44.98 | - |
| YUV | 187.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 182 | 170 | 0 | 0.12 | 0.17 | 0.19 | 20 | 0.27 | 0.74 |
| Hex | CE | B6 | AA | 0 | C | 11 | 13 | 14 | 1B | 4A |
| Octal | 316 | 266 | 252 | 0 | 14 | 21 | 23 | 24 | 33 | 112 |
| Binary | 11001110 | 10110110 | 10101010 | 0 | 1100 | 10001 | 10011 | 10100 | 11011 | 1001010 |
Color Harmonies of #CEB6AA
Complementary color
Monochromatic Colors of #CEB6AA
Black with #CEB6AA
Text Example
Text Example
White with #CEB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB6AA; }
p { color: rgb(206,182,170); }
H1.HeaderClassName
{
color: #CEB6AA;
}
.AnyTagClassName
{
color: #CEB6AA;
}
</style>
background-color css
<style>
a { background-color: #CEB6AA; }
a { background-color: rgb(206,182,170); }
div.DivClassName
{
background-color: #CEB6AA;
}
.BgClassName
{
background-color: #CEB6AA;
}
</style>
border-color css
<style>
span { border-color: #CEB6AA; }
span { border-color: rgb(206,182,170); }
td.TdClassName
{
border-color: #CEB6AA;
}
.TagClassName
{
border-color: #CEB6AA;
}
</style>