Shades of Clam Shell #CCAFA6
Tints of Clam Shell #CCAFA6
RGB
CMYK
RGB Variations
Color information
#CCAFA6 (or 0xCCAFA6) is known color: Clam Shell. HEX triplet: CC, AF and A6. RGB value is (204,175,166). Sum of RGB (Red+Green+Blue) = 204+175+166=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 175 (68.75% from 255 or 32.11% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA6 is #335059. Grayscale: #B6B6B6. Windows color (decimal): -3362906 or 10923980. OLE color: 10923980.
HSL color Cylindrical-coordinate representation of color #CCAFA6: hue angle of 14.21º 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 #CCAFA6 is Cyan = 0, Magento = 0.14, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 166 | - |
| CMYK | 0 | 0.14 | 0.19 | 0.2 |
| HSL | 14.21º | 0.27% | 0.73% | - |
| HSV(B) | 14.21º | 0.19% | 0.8% | - |
| XYZ | 47.11 | 46.25 | 42.52 | - |
| YUV | 182.65 | 118.61 | 143.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 166 | 0 | 0.14 | 0.19 | 0.2 | 14.21 | 0.27 | 0.73 |
| Hex | CC | AF | A6 | 0 | E | 13 | 14 | E | 1B | 49 |
| Octal | 314 | 257 | 246 | 0 | 16 | 23 | 24 | 16 | 33 | 111 |
| Binary | 11001100 | 10101111 | 10100110 | 0 | 1110 | 10011 | 10100 | 1110 | 11011 | 1001001 |
Color Harmonies of #CCAFA6
Complementary color
Monochromatic Colors of #CCAFA6
Black with #CCAFA6
Text Example
Text Example
White with #CCAFA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA6; }
p { color: rgb(204,175,166); }
H1.HeaderClassName
{
color: #CCAFA6;
}
.AnyTagClassName
{
color: #CCAFA6;
}
</style>
background-color css
<style>
a { background-color: #CCAFA6; }
a { background-color: rgb(204,175,166); }
div.DivClassName
{
background-color: #CCAFA6;
}
.BgClassName
{
background-color: #CCAFA6;
}
</style>
border-color css
<style>
span { border-color: #CCAFA6; }
span { border-color: rgb(204,175,166); }
td.TdClassName
{
border-color: #CCAFA6;
}
.TagClassName
{
border-color: #CCAFA6;
}
</style>