Shades of Clam Shell #CDB1AB
Tints of Clam Shell #CDB1AB
RGB
CMYK
RGB Variations
Color information
#CDB1AB (or 0xCDB1AB) is known color: Clam Shell. HEX triplet: CD, B1 and AB. RGB value is (205,177,171). Sum of RGB (Red+Green+Blue) = 205+177+171=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB1AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CDB1AB is #324E54. Grayscale: #B8B8B8. Windows color (decimal): -3296853 or 11252173. OLE color: 11252173.
HSL color Cylindrical-coordinate representation of color #CDB1AB: hue angle of 10.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CDB1AB is Cyan = 0, Magento = 0.14, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 171 | - |
| CMYK | 0 | 0.14 | 0.17 | 0.20 |
| HSL | 10.59º | 0.25% | 0.74% | - |
| HSV(B) | 10.59º | 0.17% | 0.8% | - |
| XYZ | 48.25 | 47.36 | 45.13 | - |
| YUV | 184.69 | 120.28 | 142.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 171 | 0 | 0.14 | 0.17 | 0.20 | 10.59 | 0.25 | 0.74 |
| Hex | CD | B1 | AB | 0 | E | 11 | 14 | B | 19 | 4A |
| Octal | 315 | 261 | 253 | 0 | 16 | 21 | 24 | 13 | 31 | 112 |
| Binary | 11001101 | 10110001 | 10101011 | 0 | 1110 | 10001 | 10100 | 1011 | 11001 | 1001010 |
Color Harmonies of #CDB1AB
Complementary color
Monochromatic Colors of #CDB1AB
Black with #CDB1AB
Text Example
Text Example
White with #CDB1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB1AB; }
p { color: rgb(205,177,171); }
H1.HeaderClassName
{
color: #CDB1AB;
}
.AnyTagClassName
{
color: #CDB1AB;
}
</style>
background-color css
<style>
a { background-color: #CDB1AB; }
a { background-color: rgb(205,177,171); }
div.DivClassName
{
background-color: #CDB1AB;
}
.BgClassName
{
background-color: #CDB1AB;
}
</style>
border-color css
<style>
span { border-color: #CDB1AB; }
span { border-color: rgb(205,177,171); }
td.TdClassName
{
border-color: #CDB1AB;
}
.TagClassName
{
border-color: #CDB1AB;
}
</style>