Shades of Clam Shell #CCB6AC
Tints of Clam Shell #CCB6AC
RGB
CMYK
RGB Variations
Color information
#CCB6AC (or 0xCCB6AC) is known color: Clam Shell. HEX triplet: CC, B6 and AC. RGB value is (204,182,172). Sum of RGB (Red+Green+Blue) = 204+182+172=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 182 (71.48% from 255 or 32.62% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AC is #334953. Grayscale: #BBBBBB. Windows color (decimal): -3361108 or 11318988. OLE color: 11318988.
HSL color Cylindrical-coordinate representation of color #CCB6AC: hue angle of 18.75º 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 #CCB6AC is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 172 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.2 |
| HSL | 18.75º | 0.24% | 0.74% | - |
| HSV(B) | 18.75º | 0.16% | 0.8% | - |
| XYZ | 49.08 | 49.27 | 45.95 | - |
| YUV | 187.44 | 119.29 | 139.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 172 | 0 | 0.11 | 0.16 | 0.2 | 18.75 | 0.24 | 0.74 |
| Hex | CC | B6 | AC | 0 | B | 10 | 14 | 13 | 18 | 4A |
| Octal | 314 | 266 | 254 | 0 | 13 | 20 | 24 | 23 | 30 | 112 |
| Binary | 11001100 | 10110110 | 10101100 | 0 | 1011 | 10000 | 10100 | 10011 | 11000 | 1001010 |
Color Harmonies of #CCB6AC
Complementary color
Monochromatic Colors of #CCB6AC
Black with #CCB6AC
Text Example
Text Example
White with #CCB6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6AC; }
p { color: rgb(204,182,172); }
H1.HeaderClassName
{
color: #CCB6AC;
}
.AnyTagClassName
{
color: #CCB6AC;
}
</style>
background-color css
<style>
a { background-color: #CCB6AC; }
a { background-color: rgb(204,182,172); }
div.DivClassName
{
background-color: #CCB6AC;
}
.BgClassName
{
background-color: #CCB6AC;
}
</style>
border-color css
<style>
span { border-color: #CCB6AC; }
span { border-color: rgb(204,182,172); }
td.TdClassName
{
border-color: #CCB6AC;
}
.TagClassName
{
border-color: #CCB6AC;
}
</style>