Shades of Clam Shell #CCB2AC
Tints of Clam Shell #CCB2AC
RGB
CMYK
RGB Variations
Color information
#CCB2AC (or 0xCCB2AC) is known color: Clam Shell. HEX triplet: CC, B2 and AC. RGB value is (204,178,172). Sum of RGB (Red+Green+Blue) = 204+178+172=554 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.82% from 554); Green value is 178 (69.92% from 255 or 32.13% from 554); Blue value is 172 (67.58% from 255 or 31.05% from 554); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB2AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB2AC is #334D53. Grayscale: #B9B9B9. Windows color (decimal): -3362132 or 11317964. OLE color: 11317964.
HSL color Cylindrical-coordinate representation of color #CCB2AC: hue angle of 11.25º 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 #CCB2AC is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 178 | 172 | - |
| CMYK | 0 | 0.13 | 0.16 | 0.2 |
| HSL | 11.25º | 0.24% | 0.74% | - |
| HSV(B) | 11.25º | 0.16% | 0.8% | - |
| XYZ | 48.27 | 47.66 | 45.68 | - |
| YUV | 185.09 | 120.61 | 141.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 178 | 172 | 0 | 0.13 | 0.16 | 0.2 | 11.25 | 0.24 | 0.74 |
| Hex | CC | B2 | AC | 0 | D | 10 | 14 | B | 18 | 4A |
| Octal | 314 | 262 | 254 | 0 | 15 | 20 | 24 | 13 | 30 | 112 |
| Binary | 11001100 | 10110010 | 10101100 | 0 | 1101 | 10000 | 10100 | 1011 | 11000 | 1001010 |
Color Harmonies of #CCB2AC
Complementary color
Monochromatic Colors of #CCB2AC
Black with #CCB2AC
Text Example
Text Example
White with #CCB2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB2AC; }
p { color: rgb(204,178,172); }
H1.HeaderClassName
{
color: #CCB2AC;
}
.AnyTagClassName
{
color: #CCB2AC;
}
</style>
background-color css
<style>
a { background-color: #CCB2AC; }
a { background-color: rgb(204,178,172); }
div.DivClassName
{
background-color: #CCB2AC;
}
.BgClassName
{
background-color: #CCB2AC;
}
</style>
border-color css
<style>
span { border-color: #CCB2AC; }
span { border-color: rgb(204,178,172); }
td.TdClassName
{
border-color: #CCB2AC;
}
.TagClassName
{
border-color: #CCB2AC;
}
</style>