Shades of Clam Shell #CBB3AC
Tints of Clam Shell #CBB3AC
RGB
CMYK
RGB Variations
Color information
#CBB3AC (or 0xCBB3AC) is known color: Clam Shell. HEX triplet: CB, B3 and AC. RGB value is (203,179,172). Sum of RGB (Red+Green+Blue) = 203+179+172=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 179 (70.31% from 255 or 32.31% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB3AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB3AC is #344C53. Grayscale: #B9B9B9. Windows color (decimal): -3427412 or 11318219. OLE color: 11318219.
HSL color Cylindrical-coordinate representation of color #CBB3AC: hue angle of 13.55º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBB3AC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 172 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.20 |
| HSL | 13.55º | 0.23% | 0.74% | - |
| HSV(B) | 13.55º | 0.15% | 0.8% | - |
| XYZ | 48.2 | 47.92 | 45.74 | - |
| YUV | 185.38 | 120.45 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 172 | 0 | 0.12 | 0.15 | 0.20 | 13.55 | 0.23 | 0.74 |
| Hex | CB | B3 | AC | 0 | C | F | 14 | E | 17 | 4A |
| Octal | 313 | 263 | 254 | 0 | 14 | 17 | 24 | 16 | 27 | 112 |
| Binary | 11001011 | 10110011 | 10101100 | 0 | 1100 | 1111 | 10100 | 1110 | 10111 | 1001010 |
Color Harmonies of #CBB3AC
Complementary color
Monochromatic Colors of #CBB3AC
Black with #CBB3AC
Text Example
Text Example
White with #CBB3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB3AC; }
p { color: rgb(203,179,172); }
H1.HeaderClassName
{
color: #CBB3AC;
}
.AnyTagClassName
{
color: #CBB3AC;
}
</style>
background-color css
<style>
a { background-color: #CBB3AC; }
a { background-color: rgb(203,179,172); }
div.DivClassName
{
background-color: #CBB3AC;
}
.BgClassName
{
background-color: #CBB3AC;
}
</style>
border-color css
<style>
span { border-color: #CBB3AC; }
span { border-color: rgb(203,179,172); }
td.TdClassName
{
border-color: #CBB3AC;
}
.TagClassName
{
border-color: #CBB3AC;
}
</style>