Shades of Clam Shell #CCAFA7
Tints of Clam Shell #CCAFA7
RGB
CMYK
RGB Variations
Color information
#CCAFA7 (or 0xCCAFA7) is known color: Clam Shell. HEX triplet: CC, AF and A7. RGB value is (204,175,167). Sum of RGB (Red+Green+Blue) = 204+175+167=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAFA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCAFA7 is #335058. Grayscale: #B6B6B6. Windows color (decimal): -3362905 or 10989516. OLE color: 10989516.
HSL color Cylindrical-coordinate representation of color #CCAFA7: hue angle of 12.97º degrees, saturation: 0.27, 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 #CCAFA7 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 175 | 167 | - |
| CMYK | 0 | 0.14 | 0.18 | 0.2 |
| HSL | 12.97º | 0.27% | 0.73% | - |
| HSV(B) | 12.97º | 0.18% | 0.8% | - |
| XYZ | 47.21 | 46.29 | 43.01 | - |
| YUV | 182.76 | 119.11 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 175 | 167 | 0 | 0.14 | 0.18 | 0.2 | 12.97 | 0.27 | 0.73 |
| Hex | CC | AF | A7 | 0 | E | 12 | 14 | D | 1B | 49 |
| Octal | 314 | 257 | 247 | 0 | 16 | 22 | 24 | 15 | 33 | 111 |
| Binary | 11001100 | 10101111 | 10100111 | 0 | 1110 | 10010 | 10100 | 1101 | 11011 | 1001001 |
Color Harmonies of #CCAFA7
Complementary color
Monochromatic Colors of #CCAFA7
Black with #CCAFA7
Text Example
Text Example
White with #CCAFA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAFA7; }
p { color: rgb(204,175,167); }
H1.HeaderClassName
{
color: #CCAFA7;
}
.AnyTagClassName
{
color: #CCAFA7;
}
</style>
background-color css
<style>
a { background-color: #CCAFA7; }
a { background-color: rgb(204,175,167); }
div.DivClassName
{
background-color: #CCAFA7;
}
.BgClassName
{
background-color: #CCAFA7;
}
</style>
border-color css
<style>
span { border-color: #CCAFA7; }
span { border-color: rgb(204,175,167); }
td.TdClassName
{
border-color: #CCAFA7;
}
.TagClassName
{
border-color: #CCAFA7;
}
</style>