Shades of Clam Shell #CFACA7
Tints of Clam Shell #CFACA7
RGB
CMYK
RGB Variations
Color information
#CFACA7 (or 0xCFACA7) is known color: Clam Shell. HEX triplet: CF, AC and A7. RGB value is (207,172,167). Sum of RGB (Red+Green+Blue) = 207+172+167=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 167 (65.62% from 255 or 30.59% from 546); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACA7 is #305358. Grayscale: #B5B5B5. Windows color (decimal): -3167065 or 10988751. OLE color: 10988751.
HSL color Cylindrical-coordinate representation of color #CFACA7: hue angle of 7.5º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFACA7 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 167 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.19 |
| HSL | 7.5º | 0.29% | 0.73% | - |
| HSV(B) | 7.5º | 0.19% | 0.81% | - |
| XYZ | 47.46 | 45.56 | 42.85 | - |
| YUV | 181.9 | 119.6 | 145.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 167 | 0 | 0.17 | 0.19 | 0.19 | 7.5 | 0.29 | 0.73 |
| Hex | CF | AC | A7 | 0 | 11 | 13 | 13 | 8 | 1D | 49 |
| Octal | 317 | 254 | 247 | 0 | 21 | 23 | 23 | 10 | 35 | 111 |
| Binary | 11001111 | 10101100 | 10100111 | 0 | 10001 | 10011 | 10011 | 1000 | 11101 | 1001001 |
Color Harmonies of #CFACA7
Complementary color
Monochromatic Colors of #CFACA7
Black with #CFACA7
Text Example
Text Example
White with #CFACA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACA7; }
p { color: rgb(207,172,167); }
H1.HeaderClassName
{
color: #CFACA7;
}
.AnyTagClassName
{
color: #CFACA7;
}
</style>
background-color css
<style>
a { background-color: #CFACA7; }
a { background-color: rgb(207,172,167); }
div.DivClassName
{
background-color: #CFACA7;
}
.BgClassName
{
background-color: #CFACA7;
}
</style>
border-color css
<style>
span { border-color: #CFACA7; }
span { border-color: rgb(207,172,167); }
td.TdClassName
{
border-color: #CFACA7;
}
.TagClassName
{
border-color: #CFACA7;
}
</style>