Shades of Clam Shell #C9ADA6
Tints of Clam Shell #C9ADA6
RGB
CMYK
RGB Variations
Color information
#C9ADA6 (or 0xC9ADA6) is known color: Clam Shell. HEX triplet: C9, AD and A6. RGB value is (201,173,166). Sum of RGB (Red+Green+Blue) = 201+173+166=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 173 (67.97% from 255 or 32.04% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9ADA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9ADA6 is #365259. Grayscale: #B4B4B4. Windows color (decimal): -3560026 or 10923465. OLE color: 10923465.
HSL color Cylindrical-coordinate representation of color #C9ADA6: hue angle of 12º degrees, saturation: 0.24, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9ADA6 is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 173 | 166 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.21 |
| HSL | 12º | 0.24% | 0.72% | - |
| HSV(B) | 12º | 0.17% | 0.79% | - |
| XYZ | 45.91 | 45.06 | 42.35 | - |
| YUV | 180.57 | 119.78 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 173 | 166 | 0 | 0.14 | 0.17 | 0.21 | 12 | 0.24 | 0.72 |
| Hex | C9 | AD | A6 | 0 | E | 11 | 15 | C | 18 | 48 |
| Octal | 311 | 255 | 246 | 0 | 16 | 21 | 25 | 14 | 30 | 110 |
| Binary | 11001001 | 10101101 | 10100110 | 0 | 1110 | 10001 | 10101 | 1100 | 11000 | 1001000 |
Color Harmonies of #C9ADA6
Complementary color
Monochromatic Colors of #C9ADA6
Black with #C9ADA6
Text Example
Text Example
White with #C9ADA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ADA6; }
p { color: rgb(201,173,166); }
H1.HeaderClassName
{
color: #C9ADA6;
}
.AnyTagClassName
{
color: #C9ADA6;
}
</style>
background-color css
<style>
a { background-color: #C9ADA6; }
a { background-color: rgb(201,173,166); }
div.DivClassName
{
background-color: #C9ADA6;
}
.BgClassName
{
background-color: #C9ADA6;
}
</style>
border-color css
<style>
span { border-color: #C9ADA6; }
span { border-color: rgb(201,173,166); }
td.TdClassName
{
border-color: #C9ADA6;
}
.TagClassName
{
border-color: #C9ADA6;
}
</style>