Shades of Clam Shell #CBB0A6
Tints of Clam Shell #CBB0A6
RGB
CMYK
RGB Variations
Color information
#CBB0A6 (or 0xCBB0A6) is known color: Clam Shell. HEX triplet: CB, B0 and A6. RGB value is (203,176,166). Sum of RGB (Red+Green+Blue) = 203+176+166=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 176 (69.14% from 255 or 32.29% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0A6 is #344F59. Grayscale: #B6B6B6. Windows color (decimal): -3428186 or 10924235. OLE color: 10924235.
HSL color Cylindrical-coordinate representation of color #CBB0A6: hue angle of 16.22º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB0A6 is Cyan = 0, Magento = 0.13, Yellow = 0.18 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 166 | - |
| CMYK | 0 | 0.13 | 0.18 | 0.20 |
| HSL | 16.22º | 0.26% | 0.72% | - |
| HSV(B) | 16.22º | 0.18% | 0.8% | - |
| XYZ | 47.04 | 46.5 | 42.57 | - |
| YUV | 182.93 | 118.45 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 166 | 0 | 0.13 | 0.18 | 0.20 | 16.22 | 0.26 | 0.72 |
| Hex | CB | B0 | A6 | 0 | D | 12 | 14 | 10 | 1A | 48 |
| Octal | 313 | 260 | 246 | 0 | 15 | 22 | 24 | 20 | 32 | 110 |
| Binary | 11001011 | 10110000 | 10100110 | 0 | 1101 | 10010 | 10100 | 10000 | 11010 | 1001000 |
Color Harmonies of #CBB0A6
Complementary color
Monochromatic Colors of #CBB0A6
Black with #CBB0A6
Text Example
Text Example
White with #CBB0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0A6; }
p { color: rgb(203,176,166); }
H1.HeaderClassName
{
color: #CBB0A6;
}
.AnyTagClassName
{
color: #CBB0A6;
}
</style>
background-color css
<style>
a { background-color: #CBB0A6; }
a { background-color: rgb(203,176,166); }
div.DivClassName
{
background-color: #CBB0A6;
}
.BgClassName
{
background-color: #CBB0A6;
}
</style>
border-color css
<style>
span { border-color: #CBB0A6; }
span { border-color: rgb(203,176,166); }
td.TdClassName
{
border-color: #CBB0A6;
}
.TagClassName
{
border-color: #CBB0A6;
}
</style>