Shades of Clam Shell #CCB2AB
Tints of Clam Shell #CCB2AB
RGB
CMYK
RGB Variations
Color information
#CCB2AB (or 0xCCB2AB) is known color: Clam Shell. HEX triplet: CC, B2 and AB. RGB value is (204,178,171). Sum of RGB (Red+Green+Blue) = 204+178+171=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 178 (69.92% from 255 or 32.19% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AB is #334D54. Grayscale: #B9B9B9. Windows color (decimal): -3362133 or 11252428. OLE color: 11252428.
HSL color Cylindrical-coordinate representation of color #CCB2AB: hue angle of 12.73º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCB2AB is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 171 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.2 |
| HSL | 12.73º | 0.24% | 0.74% | - |
| HSV(B) | 12.73º | 0.16% | 0.8% | - |
| XYZ | 48.17 | 47.62 | 45.18 | - |
| YUV | 184.98 | 120.11 | 141.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 171 | 0 | 0.13 | 0.16 | 0.2 | 12.73 | 0.24 | 0.74 |
| Hex | CC | B2 | AB | 0 | D | 10 | 14 | D | 18 | 4A |
| Octal | 314 | 262 | 253 | 0 | 15 | 20 | 24 | 15 | 30 | 112 |
| Binary | 11001100 | 10110010 | 10101011 | 0 | 1101 | 10000 | 10100 | 1101 | 11000 | 1001010 |
Color Harmonies of #CCB2AB
Complementary color
Monochromatic Colors of #CCB2AB
Black with #CCB2AB
Text Example
Text Example
White with #CCB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2AB; }
p { color: rgb(204,178,171); }
H1.HeaderClassName
{
color: #CCB2AB;
}
.AnyTagClassName
{
color: #CCB2AB;
}
</style>
background-color css
<style>
a { background-color: #CCB2AB; }
a { background-color: rgb(204,178,171); }
div.DivClassName
{
background-color: #CCB2AB;
}
.BgClassName
{
background-color: #CCB2AB;
}
</style>
border-color css
<style>
span { border-color: #CCB2AB; }
span { border-color: rgb(204,178,171); }
td.TdClassName
{
border-color: #CCB2AB;
}
.TagClassName
{
border-color: #CCB2AB;
}
</style>