Shades of Clam Shell #CBB3A9
Tints of Clam Shell #CBB3A9
RGB
CMYK
RGB Variations
Color information
#CBB3A9 (or 0xCBB3A9) is known color: Clam Shell. HEX triplet: CB, B3 and A9. RGB value is (203,179,169). Sum of RGB (Red+Green+Blue) = 203+179+169=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 179 (70.31% from 255 or 32.49% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3A9 is #344C56. Grayscale: #B9B9B9. Windows color (decimal): -3427415 or 11121611. OLE color: 11121611.
HSL color Cylindrical-coordinate representation of color #CBB3A9: hue angle of 17.65º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB3A9 is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 169 | - |
| CMYK | 0 | 0.12 | 0.17 | 0.20 |
| HSL | 17.65º | 0.25% | 0.73% | - |
| HSV(B) | 17.65º | 0.17% | 0.8% | - |
| XYZ | 47.91 | 47.8 | 44.24 | - |
| YUV | 185.04 | 118.95 | 140.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 169 | 0 | 0.12 | 0.17 | 0.20 | 17.65 | 0.25 | 0.73 |
| Hex | CB | B3 | A9 | 0 | C | 11 | 14 | 12 | 19 | 49 |
| Octal | 313 | 263 | 251 | 0 | 14 | 21 | 24 | 22 | 31 | 111 |
| Binary | 11001011 | 10110011 | 10101001 | 0 | 1100 | 10001 | 10100 | 10010 | 11001 | 1001001 |
Color Harmonies of #CBB3A9
Complementary color
Monochromatic Colors of #CBB3A9
Black with #CBB3A9
Text Example
Text Example
White with #CBB3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3A9; }
p { color: rgb(203,179,169); }
H1.HeaderClassName
{
color: #CBB3A9;
}
.AnyTagClassName
{
color: #CBB3A9;
}
</style>
background-color css
<style>
a { background-color: #CBB3A9; }
a { background-color: rgb(203,179,169); }
div.DivClassName
{
background-color: #CBB3A9;
}
.BgClassName
{
background-color: #CBB3A9;
}
</style>
border-color css
<style>
span { border-color: #CBB3A9; }
span { border-color: rgb(203,179,169); }
td.TdClassName
{
border-color: #CBB3A9;
}
.TagClassName
{
border-color: #CBB3A9;
}
</style>