Shades of Clam Shell #C9B1A3
Tints of Clam Shell #C9B1A3
RGB
CMYK
RGB Variations
Color information
#C9B1A3 (or 0xC9B1A3) is known color: Clam Shell. HEX triplet: C9, B1 and A3. RGB value is (201,177,163). Sum of RGB (Red+Green+Blue) = 201+177+163=541 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.15% from 541); Green value is 177 (69.53% from 255 or 32.72% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B1A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C9B1A3 is #364E5C. Grayscale: #B6B6B6. Windows color (decimal): -3559005 or 10727881. OLE color: 10727881.
HSL color Cylindrical-coordinate representation of color #C9B1A3: hue angle of 22.11º degrees, saturation: 0.26, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #C9B1A3 is Cyan = 0, Magento = 0.12, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 177 | 163 | - |
| CMYK | 0 | 0.12 | 0.19 | 0.21 |
| HSL | 22.11º | 0.26% | 0.71% | - |
| HSV(B) | 22.11º | 0.19% | 0.79% | - |
| XYZ | 46.42 | 46.51 | 41.18 | - |
| YUV | 182.58 | 116.95 | 141.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 177 | 163 | 0 | 0.12 | 0.19 | 0.21 | 22.11 | 0.26 | 0.71 |
| Hex | C9 | B1 | A3 | 0 | C | 13 | 15 | 16 | 1A | 47 |
| Octal | 311 | 261 | 243 | 0 | 14 | 23 | 25 | 26 | 32 | 107 |
| Binary | 11001001 | 10110001 | 10100011 | 0 | 1100 | 10011 | 10101 | 10110 | 11010 | 1000111 |
Color Harmonies of #C9B1A3
Complementary color
Monochromatic Colors of #C9B1A3
Black with #C9B1A3
Text Example
Text Example
White with #C9B1A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B1A3; }
p { color: rgb(201,177,163); }
H1.HeaderClassName
{
color: #C9B1A3;
}
.AnyTagClassName
{
color: #C9B1A3;
}
</style>
background-color css
<style>
a { background-color: #C9B1A3; }
a { background-color: rgb(201,177,163); }
div.DivClassName
{
background-color: #C9B1A3;
}
.BgClassName
{
background-color: #C9B1A3;
}
</style>
border-color css
<style>
span { border-color: #C9B1A3; }
span { border-color: rgb(201,177,163); }
td.TdClassName
{
border-color: #C9B1A3;
}
.TagClassName
{
border-color: #C9B1A3;
}
</style>