Shades of Clam Shell #C4B2AB
Tints of Clam Shell #C4B2AB
RGB
CMYK
RGB Variations
Color information
#C4B2AB (or 0xC4B2AB) is known color: Clam Shell. HEX triplet: C4, B2 and AB. RGB value is (196,178,171). Sum of RGB (Red+Green+Blue) = 196+178+171=545 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.96% from 545); Green value is 178 (69.92% from 255 or 32.66% from 545); Blue value is 171 (67.19% from 255 or 31.38% from 545); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4B2AB is #3B4D54. Grayscale: #B6B6B6. Windows color (decimal): -3886421 or 11252420. OLE color: 11252420.
HSL color Cylindrical-coordinate representation of color #C4B2AB: hue angle of 16.8º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4B2AB is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 178 | 171 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.23 |
| HSL | 16.8º | 0.17% | 0.72% | - |
| HSV(B) | 16.8º | 0.13% | 0.77% | - |
| XYZ | 46.04 | 46.52 | 45.08 | - |
| YUV | 182.58 | 121.46 | 137.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 178 | 171 | 0 | 0.09 | 0.13 | 0.23 | 16.8 | 0.17 | 0.72 |
| Hex | C4 | B2 | AB | 0 | 9 | D | 17 | 11 | 11 | 48 |
| Octal | 304 | 262 | 253 | 0 | 11 | 15 | 27 | 21 | 21 | 110 |
| Binary | 11000100 | 10110010 | 10101011 | 0 | 1001 | 1101 | 10111 | 10001 | 10001 | 1001000 |
Color Harmonies of #C4B2AB
Complementary color
Monochromatic Colors of #C4B2AB
Black with #C4B2AB
Text Example
Text Example
White with #C4B2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4B2AB; }
p { color: rgb(196,178,171); }
H1.HeaderClassName
{
color: #C4B2AB;
}
.AnyTagClassName
{
color: #C4B2AB;
}
</style>
background-color css
<style>
a { background-color: #C4B2AB; }
a { background-color: rgb(196,178,171); }
div.DivClassName
{
background-color: #C4B2AB;
}
.BgClassName
{
background-color: #C4B2AB;
}
</style>
border-color css
<style>
span { border-color: #C4B2AB; }
span { border-color: rgb(196,178,171); }
td.TdClassName
{
border-color: #C4B2AB;
}
.TagClassName
{
border-color: #C4B2AB;
}
</style>