Shades of Clam Shell #C9AFA4
Tints of Clam Shell #C9AFA4
RGB
CMYK
RGB Variations
Color information
#C9AFA4 (or 0xC9AFA4) is known color: Clam Shell. HEX triplet: C9, AF and A4. RGB value is (201,175,164). Sum of RGB (Red+Green+Blue) = 201+175+164=540 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.22% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 164 (64.45% from 255 or 30.37% from 540); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFA4 is #36505B. Grayscale: #B5B5B5. Windows color (decimal): -3559516 or 10792905. OLE color: 10792905.
HSL color Cylindrical-coordinate representation of color #C9AFA4: hue angle of 17.84º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #C9AFA4 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 164 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.21 |
| HSL | 17.84º | 0.26% | 0.72% | - |
| HSV(B) | 17.84º | 0.18% | 0.79% | - |
| XYZ | 46.12 | 45.76 | 41.52 | - |
| YUV | 181.52 | 118.11 | 141.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 164 | 0 | 0.13 | 0.18 | 0.21 | 17.84 | 0.26 | 0.72 |
| Hex | C9 | AF | A4 | 0 | D | 12 | 15 | 12 | 1A | 48 |
| Octal | 311 | 257 | 244 | 0 | 15 | 22 | 25 | 22 | 32 | 110 |
| Binary | 11001001 | 10101111 | 10100100 | 0 | 1101 | 10010 | 10101 | 10010 | 11010 | 1001000 |
Color Harmonies of #C9AFA4
Complementary color
Monochromatic Colors of #C9AFA4
Black with #C9AFA4
Text Example
Text Example
White with #C9AFA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFA4; }
p { color: rgb(201,175,164); }
H1.HeaderClassName
{
color: #C9AFA4;
}
.AnyTagClassName
{
color: #C9AFA4;
}
</style>
background-color css
<style>
a { background-color: #C9AFA4; }
a { background-color: rgb(201,175,164); }
div.DivClassName
{
background-color: #C9AFA4;
}
.BgClassName
{
background-color: #C9AFA4;
}
</style>
border-color css
<style>
span { border-color: #C9AFA4; }
span { border-color: rgb(201,175,164); }
td.TdClassName
{
border-color: #C9AFA4;
}
.TagClassName
{
border-color: #C9AFA4;
}
</style>