Shades of Clam Shell #CBB0AA
Tints of Clam Shell #CBB0AA
RGB
CMYK
RGB Variations
Color information
#CBB0AA (or 0xCBB0AA) is known color: Clam Shell. HEX triplet: CB, B0 and AA. RGB value is (203,176,170). Sum of RGB (Red+Green+Blue) = 203+176+170=549 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.98% from 549); Green value is 176 (69.14% from 255 or 32.06% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB0AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB0AA is #344F55. Grayscale: #B7B7B7. Windows color (decimal): -3428182 or 11186379. OLE color: 11186379.
HSL color Cylindrical-coordinate representation of color #CBB0AA: hue angle of 10.91º 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 #CBB0AA is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 170 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.20 |
| HSL | 10.91º | 0.24% | 0.73% | - |
| HSV(B) | 10.91º | 0.16% | 0.8% | - |
| XYZ | 47.41 | 46.65 | 44.54 | - |
| YUV | 183.39 | 120.45 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 170 | 0 | 0.13 | 0.16 | 0.20 | 10.91 | 0.24 | 0.73 |
| Hex | CB | B0 | AA | 0 | D | 10 | 14 | B | 18 | 49 |
| Octal | 313 | 260 | 252 | 0 | 15 | 20 | 24 | 13 | 30 | 111 |
| Binary | 11001011 | 10110000 | 10101010 | 0 | 1101 | 10000 | 10100 | 1011 | 11000 | 1001001 |
Color Harmonies of #CBB0AA
Complementary color
Monochromatic Colors of #CBB0AA
Black with #CBB0AA
Text Example
Text Example
White with #CBB0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0AA; }
p { color: rgb(203,176,170); }
H1.HeaderClassName
{
color: #CBB0AA;
}
.AnyTagClassName
{
color: #CBB0AA;
}
</style>
background-color css
<style>
a { background-color: #CBB0AA; }
a { background-color: rgb(203,176,170); }
div.DivClassName
{
background-color: #CBB0AA;
}
.BgClassName
{
background-color: #CBB0AA;
}
</style>
border-color css
<style>
span { border-color: #CBB0AA; }
span { border-color: rgb(203,176,170); }
td.TdClassName
{
border-color: #CBB0AA;
}
.TagClassName
{
border-color: #CBB0AA;
}
</style>