Shades of Clam Shell #C9AFA5
Tints of Clam Shell #C9AFA5
RGB
CMYK
RGB Variations
Color information
#C9AFA5 (or 0xC9AFA5) is known color: Clam Shell. HEX triplet: C9, AF and A5. RGB value is (201,175,165). Sum of RGB (Red+Green+Blue) = 201+175+165=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 165 (64.84% from 255 or 30.50% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AFA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9AFA5 is #36505A. Grayscale: #B5B5B5. Windows color (decimal): -3559515 or 10858441. OLE color: 10858441.
HSL color Cylindrical-coordinate representation of color #C9AFA5: hue angle of 16.67º degrees, saturation: 0.25, 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 #C9AFA5 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 165 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.21 |
| HSL | 16.67º | 0.25% | 0.72% | - |
| HSV(B) | 16.67º | 0.18% | 0.79% | - |
| XYZ | 46.21 | 45.79 | 42 | - |
| YUV | 181.63 | 118.61 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 165 | 0 | 0.13 | 0.18 | 0.21 | 16.67 | 0.25 | 0.72 |
| Hex | C9 | AF | A5 | 0 | D | 12 | 15 | 11 | 19 | 48 |
| Octal | 311 | 257 | 245 | 0 | 15 | 22 | 25 | 21 | 31 | 110 |
| Binary | 11001001 | 10101111 | 10100101 | 0 | 1101 | 10010 | 10101 | 10001 | 11001 | 1001000 |
Color Harmonies of #C9AFA5
Complementary color
Monochromatic Colors of #C9AFA5
Black with #C9AFA5
Text Example
Text Example
White with #C9AFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFA5; }
p { color: rgb(201,175,165); }
H1.HeaderClassName
{
color: #C9AFA5;
}
.AnyTagClassName
{
color: #C9AFA5;
}
</style>
background-color css
<style>
a { background-color: #C9AFA5; }
a { background-color: rgb(201,175,165); }
div.DivClassName
{
background-color: #C9AFA5;
}
.BgClassName
{
background-color: #C9AFA5;
}
</style>
border-color css
<style>
span { border-color: #C9AFA5; }
span { border-color: rgb(201,175,165); }
td.TdClassName
{
border-color: #C9AFA5;
}
.TagClassName
{
border-color: #C9AFA5;
}
</style>