Shades of Clam Shell #CCAFA8
Tints of Clam Shell #CCAFA8
RGB
CMYK
RGB Variations
Color information
#CCAFA8 (or 0xCCAFA8) is known color: Clam Shell. HEX triplet: CC, AF and A8. RGB value is (204,175,168). Sum of RGB (Red+Green+Blue) = 204+175+168=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 175 (68.75% from 255 or 31.99% from 547); Blue value is 168 (66.02% from 255 or 30.71% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA8 is #335057. Grayscale: #B6B6B6. Windows color (decimal): -3362904 or 11055052. OLE color: 11055052.
HSL color Cylindrical-coordinate representation of color #CCAFA8: hue angle of 11.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCAFA8 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 168 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.2 |
| HSL | 11.67º | 0.26% | 0.73% | - |
| HSV(B) | 11.67º | 0.18% | 0.8% | - |
| XYZ | 47.3 | 46.32 | 43.49 | - |
| YUV | 182.87 | 119.61 | 143.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 168 | 0 | 0.14 | 0.18 | 0.2 | 11.67 | 0.26 | 0.73 |
| Hex | CC | AF | A8 | 0 | E | 12 | 14 | C | 1A | 49 |
| Octal | 314 | 257 | 250 | 0 | 16 | 22 | 24 | 14 | 32 | 111 |
| Binary | 11001100 | 10101111 | 10101000 | 0 | 1110 | 10010 | 10100 | 1100 | 11010 | 1001001 |
Color Harmonies of #CCAFA8
Complementary color
Monochromatic Colors of #CCAFA8
Black with #CCAFA8
Text Example
Text Example
White with #CCAFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA8; }
p { color: rgb(204,175,168); }
H1.HeaderClassName
{
color: #CCAFA8;
}
.AnyTagClassName
{
color: #CCAFA8;
}
</style>
background-color css
<style>
a { background-color: #CCAFA8; }
a { background-color: rgb(204,175,168); }
div.DivClassName
{
background-color: #CCAFA8;
}
.BgClassName
{
background-color: #CCAFA8;
}
</style>
border-color css
<style>
span { border-color: #CCAFA8; }
span { border-color: rgb(204,175,168); }
td.TdClassName
{
border-color: #CCAFA8;
}
.TagClassName
{
border-color: #CCAFA8;
}
</style>