Shades of Clam Shell #CCB6AB
Tints of Clam Shell #CCB6AB
RGB
CMYK
RGB Variations
Color information
#CCB6AB (or 0xCCB6AB) is known color: Clam Shell. HEX triplet: CC, B6 and AB. RGB value is (204,182,171). Sum of RGB (Red+Green+Blue) = 204+182+171=557 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.62% from 557); Green value is 182 (71.48% from 255 or 32.68% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AB is #334954. Grayscale: #BBBBBB. Windows color (decimal): -3361109 or 11253452. OLE color: 11253452.
HSL color Cylindrical-coordinate representation of color #CCB6AB: hue angle of 20º 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 #CCB6AB is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 171 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.2 |
| HSL | 20º | 0.24% | 0.74% | - |
| HSV(B) | 20º | 0.16% | 0.8% | - |
| XYZ | 48.98 | 49.23 | 45.45 | - |
| YUV | 187.32 | 118.79 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 171 | 0 | 0.11 | 0.16 | 0.2 | 20 | 0.24 | 0.74 |
| Hex | CC | B6 | AB | 0 | B | 10 | 14 | 14 | 18 | 4A |
| Octal | 314 | 266 | 253 | 0 | 13 | 20 | 24 | 24 | 30 | 112 |
| Binary | 11001100 | 10110110 | 10101011 | 0 | 1011 | 10000 | 10100 | 10100 | 11000 | 1001010 |
Color Harmonies of #CCB6AB
Complementary color
Monochromatic Colors of #CCB6AB
Black with #CCB6AB
Text Example
Text Example
White with #CCB6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6AB; }
p { color: rgb(204,182,171); }
H1.HeaderClassName
{
color: #CCB6AB;
}
.AnyTagClassName
{
color: #CCB6AB;
}
</style>
background-color css
<style>
a { background-color: #CCB6AB; }
a { background-color: rgb(204,182,171); }
div.DivClassName
{
background-color: #CCB6AB;
}
.BgClassName
{
background-color: #CCB6AB;
}
</style>
border-color css
<style>
span { border-color: #CCB6AB; }
span { border-color: rgb(204,182,171); }
td.TdClassName
{
border-color: #CCB6AB;
}
.TagClassName
{
border-color: #CCB6AB;
}
</style>