Shades of Clam Shell #C9AEA8
Tints of Clam Shell #C9AEA8
RGB
CMYK
RGB Variations
Color information
#C9AEA8 (or 0xC9AEA8) is known color: Clam Shell. HEX triplet: C9, AE and A8. RGB value is (201,174,168). Sum of RGB (Red+Green+Blue) = 201+174+168=543 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.02% from 543); Green value is 174 (68.36% from 255 or 32.04% from 543); Blue value is 168 (66.02% from 255 or 30.94% from 543); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AEA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AEA8 is #365157. Grayscale: #B5B5B5. Windows color (decimal): -3559768 or 11054793. OLE color: 11054793.
HSL color Cylindrical-coordinate representation of color #C9AEA8: hue angle of 10.91º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C9AEA8 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 174 | 168 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.21 |
| HSL | 10.91º | 0.23% | 0.72% | - |
| HSV(B) | 10.91º | 0.16% | 0.79% | - |
| XYZ | 46.29 | 45.52 | 43.39 | - |
| YUV | 181.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 174 | 168 | 0 | 0.13 | 0.16 | 0.21 | 10.91 | 0.23 | 0.72 |
| Hex | C9 | AE | A8 | 0 | D | 10 | 15 | B | 17 | 48 |
| Octal | 311 | 256 | 250 | 0 | 15 | 20 | 25 | 13 | 27 | 110 |
| Binary | 11001001 | 10101110 | 10101000 | 0 | 1101 | 10000 | 10101 | 1011 | 10111 | 1001000 |
Color Harmonies of #C9AEA8
Complementary color
Monochromatic Colors of #C9AEA8
Black with #C9AEA8
Text Example
Text Example
White with #C9AEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AEA8; }
p { color: rgb(201,174,168); }
H1.HeaderClassName
{
color: #C9AEA8;
}
.AnyTagClassName
{
color: #C9AEA8;
}
</style>
background-color css
<style>
a { background-color: #C9AEA8; }
a { background-color: rgb(201,174,168); }
div.DivClassName
{
background-color: #C9AEA8;
}
.BgClassName
{
background-color: #C9AEA8;
}
</style>
border-color css
<style>
span { border-color: #C9AEA8; }
span { border-color: rgb(201,174,168); }
td.TdClassName
{
border-color: #C9AEA8;
}
.TagClassName
{
border-color: #C9AEA8;
}
</style>