Shades of Clam Shell #CBB2AC
Tints of Clam Shell #CBB2AC
RGB
CMYK
RGB Variations
Color information
#CBB2AC (or 0xCBB2AC) is known color: Clam Shell. HEX triplet: CB, B2 and AC. RGB value is (203,178,172). Sum of RGB (Red+Green+Blue) = 203+178+172=553 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.71% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 172 (67.58% from 255 or 31.10% from 553); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB2AC is #344D53. Grayscale: #B8B8B8. Windows color (decimal): -3427668 or 11317963. OLE color: 11317963.
HSL color Cylindrical-coordinate representation of color #CBB2AC: hue angle of 11.61º 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 #CBB2AC is Cyan = 0, Magento = 0.12, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 172 | - |
| CMYK | 0 | 0.12 | 0.15 | 0.20 |
| HSL | 11.61º | 0.23% | 0.74% | - |
| HSV(B) | 11.61º | 0.15% | 0.8% | - |
| XYZ | 48 | 47.52 | 45.67 | - |
| YUV | 184.79 | 120.78 | 140.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 172 | 0 | 0.12 | 0.15 | 0.20 | 11.61 | 0.23 | 0.74 |
| Hex | CB | B2 | AC | 0 | C | F | 14 | C | 17 | 4A |
| Octal | 313 | 262 | 254 | 0 | 14 | 17 | 24 | 14 | 27 | 112 |
| Binary | 11001011 | 10110010 | 10101100 | 0 | 1100 | 1111 | 10100 | 1100 | 10111 | 1001010 |
Color Harmonies of #CBB2AC
Complementary color
Monochromatic Colors of #CBB2AC
Black with #CBB2AC
Text Example
Text Example
White with #CBB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2AC; }
p { color: rgb(203,178,172); }
H1.HeaderClassName
{
color: #CBB2AC;
}
.AnyTagClassName
{
color: #CBB2AC;
}
</style>
background-color css
<style>
a { background-color: #CBB2AC; }
a { background-color: rgb(203,178,172); }
div.DivClassName
{
background-color: #CBB2AC;
}
.BgClassName
{
background-color: #CBB2AC;
}
</style>
border-color css
<style>
span { border-color: #CBB2AC; }
span { border-color: rgb(203,178,172); }
td.TdClassName
{
border-color: #CBB2AC;
}
.TagClassName
{
border-color: #CBB2AC;
}
</style>