Shades of Clam Shell #C7B4AD
Tints of Clam Shell #C7B4AD
RGB
CMYK
RGB Variations
Color information
#C7B4AD (or 0xC7B4AD) is known color: Clam Shell. HEX triplet: C7, B4 and AD. RGB value is (199,180,173). Sum of RGB (Red+Green+Blue) = 199+180+173=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 180 (70.70% from 255 or 32.61% from 552); Blue value is 173 (67.97% from 255 or 31.34% from 552); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C7B4AD is #384B52. Grayscale: #B8B8B8. Windows color (decimal): -3689299 or 11384007. OLE color: 11384007.
HSL color Cylindrical-coordinate representation of color #C7B4AD: hue angle of 16.15º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C7B4AD is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 180 | 173 | - |
| CMYK | 0 | 0.10 | 0.13 | 0.22 |
| HSL | 16.15º | 0.19% | 0.73% | - |
| HSV(B) | 16.15º | 0.13% | 0.78% | - |
| XYZ | 47.42 | 47.8 | 46.26 | - |
| YUV | 184.88 | 121.29 | 138.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 180 | 173 | 0 | 0.10 | 0.13 | 0.22 | 16.15 | 0.19 | 0.73 |
| Hex | C7 | B4 | AD | 0 | A | D | 16 | 10 | 13 | 49 |
| Octal | 307 | 264 | 255 | 0 | 12 | 15 | 26 | 20 | 23 | 111 |
| Binary | 11000111 | 10110100 | 10101101 | 0 | 1010 | 1101 | 10110 | 10000 | 10011 | 1001001 |
Color Harmonies of #C7B4AD
Complementary color
Monochromatic Colors of #C7B4AD
Black with #C7B4AD
Text Example
Text Example
White with #C7B4AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7B4AD; }
p { color: rgb(199,180,173); }
H1.HeaderClassName
{
color: #C7B4AD;
}
.AnyTagClassName
{
color: #C7B4AD;
}
</style>
background-color css
<style>
a { background-color: #C7B4AD; }
a { background-color: rgb(199,180,173); }
div.DivClassName
{
background-color: #C7B4AD;
}
.BgClassName
{
background-color: #C7B4AD;
}
</style>
border-color css
<style>
span { border-color: #C7B4AD; }
span { border-color: rgb(199,180,173); }
td.TdClassName
{
border-color: #C7B4AD;
}
.TagClassName
{
border-color: #C7B4AD;
}
</style>