Shades of Clam Shell #CBB4AB
Tints of Clam Shell #CBB4AB
RGB
CMYK
RGB Variations
Color information
#CBB4AB (or 0xCBB4AB) is known color: Clam Shell. HEX triplet: CB, B4 and AB. RGB value is (203,180,171). Sum of RGB (Red+Green+Blue) = 203+180+171=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 180 (70.70% from 255 or 32.49% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB4AB is #344B54. Grayscale: #B9B9B9. Windows color (decimal): -3427157 or 11252939. OLE color: 11252939.
HSL color Cylindrical-coordinate representation of color #CBB4AB: hue angle of 16.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB4AB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 171 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.20 |
| HSL | 16.88º | 0.24% | 0.73% | - |
| HSV(B) | 16.88º | 0.16% | 0.8% | - |
| XYZ | 48.3 | 48.28 | 45.3 | - |
| YUV | 185.85 | 119.62 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 171 | 0 | 0.11 | 0.16 | 0.20 | 16.88 | 0.24 | 0.73 |
| Hex | CB | B4 | AB | 0 | B | 10 | 14 | 11 | 18 | 49 |
| Octal | 313 | 264 | 253 | 0 | 13 | 20 | 24 | 21 | 30 | 111 |
| Binary | 11001011 | 10110100 | 10101011 | 0 | 1011 | 10000 | 10100 | 10001 | 11000 | 1001001 |
Color Harmonies of #CBB4AB
Complementary color
Monochromatic Colors of #CBB4AB
Black with #CBB4AB
Text Example
Text Example
White with #CBB4AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB4AB; }
p { color: rgb(203,180,171); }
H1.HeaderClassName
{
color: #CBB4AB;
}
.AnyTagClassName
{
color: #CBB4AB;
}
</style>
background-color css
<style>
a { background-color: #CBB4AB; }
a { background-color: rgb(203,180,171); }
div.DivClassName
{
background-color: #CBB4AB;
}
.BgClassName
{
background-color: #CBB4AB;
}
</style>
border-color css
<style>
span { border-color: #CBB4AB; }
span { border-color: rgb(203,180,171); }
td.TdClassName
{
border-color: #CBB4AB;
}
.TagClassName
{
border-color: #CBB4AB;
}
</style>