Shades of Clam Shell #CCB6AA
Tints of Clam Shell #CCB6AA
RGB
CMYK
RGB Variations
Color information
#CCB6AA (or 0xCCB6AA) is known color: Clam Shell. HEX triplet: CC, B6 and AA. RGB value is (204,182,170). Sum of RGB (Red+Green+Blue) = 204+182+170=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 182 (71.48% from 255 or 32.73% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB6AA is #334955. Grayscale: #BBBBBB. Windows color (decimal): -3361110 or 11187916. OLE color: 11187916.
HSL color Cylindrical-coordinate representation of color #CCB6AA: hue angle of 21.18º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCB6AA is Cyan = 0, Magento = 0.11, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 182 | 170 | - |
| CMYK | 0 | 0.11 | 0.17 | 0.2 |
| HSL | 21.18º | 0.25% | 0.73% | - |
| HSV(B) | 21.18º | 0.17% | 0.8% | - |
| XYZ | 48.89 | 49.2 | 44.95 | - |
| YUV | 187.21 | 118.29 | 139.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 182 | 170 | 0 | 0.11 | 0.17 | 0.2 | 21.18 | 0.25 | 0.73 |
| Hex | CC | B6 | AA | 0 | B | 11 | 14 | 15 | 19 | 49 |
| Octal | 314 | 266 | 252 | 0 | 13 | 21 | 24 | 25 | 31 | 111 |
| Binary | 11001100 | 10110110 | 10101010 | 0 | 1011 | 10001 | 10100 | 10101 | 11001 | 1001001 |
Color Harmonies of #CCB6AA
Complementary color
Monochromatic Colors of #CCB6AA
Black with #CCB6AA
Text Example
Text Example
White with #CCB6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCB6AA; }
p { color: rgb(204,182,170); }
H1.HeaderClassName
{
color: #CCB6AA;
}
.AnyTagClassName
{
color: #CCB6AA;
}
</style>
background-color css
<style>
a { background-color: #CCB6AA; }
a { background-color: rgb(204,182,170); }
div.DivClassName
{
background-color: #CCB6AA;
}
.BgClassName
{
background-color: #CCB6AA;
}
</style>
border-color css
<style>
span { border-color: #CCB6AA; }
span { border-color: rgb(204,182,170); }
td.TdClassName
{
border-color: #CCB6AA;
}
.TagClassName
{
border-color: #CCB6AA;
}
</style>