Shades of Clam Shell #CCACA6
Tints of Clam Shell #CCACA6
RGB
CMYK
RGB Variations
Color information
#CCACA6 (or 0xCCACA6) is known color: Clam Shell. HEX triplet: CC, AC and A6. RGB value is (204,172,166). Sum of RGB (Red+Green+Blue) = 204+172+166=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 172 (67.58% from 255 or 31.73% from 542); Blue value is 166 (65.23% from 255 or 30.63% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCACA6 is #335359. Grayscale: #B4B4B4. Windows color (decimal): -3363674 or 10923212. OLE color: 10923212.
HSL color Cylindrical-coordinate representation of color #CCACA6: hue angle of 9.47º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCACA6 is Cyan = 0, Magento = 0.16, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 172 | 166 | - |
| CMYK | 0 | 0.16 | 0.19 | 0.2 |
| HSL | 9.47º | 0.27% | 0.73% | - |
| HSV(B) | 9.47º | 0.19% | 0.8% | - |
| XYZ | 46.54 | 45.1 | 42.33 | - |
| YUV | 180.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 172 | 166 | 0 | 0.16 | 0.19 | 0.2 | 9.47 | 0.27 | 0.73 |
| Hex | CC | AC | A6 | 0 | 10 | 13 | 14 | 9 | 1B | 49 |
| Octal | 314 | 254 | 246 | 0 | 20 | 23 | 24 | 11 | 33 | 111 |
| Binary | 11001100 | 10101100 | 10100110 | 0 | 10000 | 10011 | 10100 | 1001 | 11011 | 1001001 |
Color Harmonies of #CCACA6
Complementary color
Monochromatic Colors of #CCACA6
Black with #CCACA6
Text Example
Text Example
White with #CCACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCACA6; }
p { color: rgb(204,172,166); }
H1.HeaderClassName
{
color: #CCACA6;
}
.AnyTagClassName
{
color: #CCACA6;
}
</style>
background-color css
<style>
a { background-color: #CCACA6; }
a { background-color: rgb(204,172,166); }
div.DivClassName
{
background-color: #CCACA6;
}
.BgClassName
{
background-color: #CCACA6;
}
</style>
border-color css
<style>
span { border-color: #CCACA6; }
span { border-color: rgb(204,172,166); }
td.TdClassName
{
border-color: #CCACA6;
}
.TagClassName
{
border-color: #CCACA6;
}
</style>