Shades of Clam Shell #CBB6AC
Tints of Clam Shell #CBB6AC
RGB
CMYK
RGB Variations
Color information
#CBB6AC (or 0xCBB6AC) is known color: Clam Shell. HEX triplet: CB, B6 and AC. RGB value is (203,182,172). Sum of RGB (Red+Green+Blue) = 203+182+172=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 172 (67.58% from 255 or 30.88% from 557); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB6AC is #344953. Grayscale: #BBBBBB. Windows color (decimal): -3426644 or 11318987. OLE color: 11318987.
HSL color Cylindrical-coordinate representation of color #CBB6AC: hue angle of 19.35º 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 #CBB6AC is Cyan = 0, Magento = 0.10, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 182 | 172 | - |
| CMYK | 0 | 0.10 | 0.15 | 0.20 |
| HSL | 19.35º | 0.23% | 0.74% | - |
| HSV(B) | 19.35º | 0.15% | 0.8% | - |
| XYZ | 48.8 | 49.13 | 45.94 | - |
| YUV | 187.14 | 119.46 | 139.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 182 | 172 | 0 | 0.10 | 0.15 | 0.20 | 19.35 | 0.23 | 0.74 |
| Hex | CB | B6 | AC | 0 | A | F | 14 | 13 | 17 | 4A |
| Octal | 313 | 266 | 254 | 0 | 12 | 17 | 24 | 23 | 27 | 112 |
| Binary | 11001011 | 10110110 | 10101100 | 0 | 1010 | 1111 | 10100 | 10011 | 10111 | 1001010 |
Color Harmonies of #CBB6AC
Complementary color
Monochromatic Colors of #CBB6AC
Black with #CBB6AC
Text Example
Text Example
White with #CBB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB6AC; }
p { color: rgb(203,182,172); }
H1.HeaderClassName
{
color: #CBB6AC;
}
.AnyTagClassName
{
color: #CBB6AC;
}
</style>
background-color css
<style>
a { background-color: #CBB6AC; }
a { background-color: rgb(203,182,172); }
div.DivClassName
{
background-color: #CBB6AC;
}
.BgClassName
{
background-color: #CBB6AC;
}
</style>
border-color css
<style>
span { border-color: #CBB6AC; }
span { border-color: rgb(203,182,172); }
td.TdClassName
{
border-color: #CBB6AC;
}
.TagClassName
{
border-color: #CBB6AC;
}
</style>