Shades of Clam Shell #CFACA6
Tints of Clam Shell #CFACA6
RGB
CMYK
RGB Variations
Color information
#CFACA6 (or 0xCFACA6) is known color: Clam Shell. HEX triplet: CF, AC and A6. RGB value is (207,172,166). Sum of RGB (Red+Green+Blue) = 207+172+166=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 172 (67.58% from 255 or 31.56% from 545); Blue value is 166 (65.23% from 255 or 30.46% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CFACA6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFACA6 is #305359. Grayscale: #B5B5B5. Windows color (decimal): -3167066 or 10923215. OLE color: 10923215.
HSL color Cylindrical-coordinate representation of color #CFACA6: hue angle of 8.78º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFACA6 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 172 | 166 | - |
| CMYK | 0 | 0.17 | 0.20 | 0.19 |
| HSL | 8.78º | 0.3% | 0.73% | - |
| HSV(B) | 8.78º | 0.2% | 0.81% | - |
| XYZ | 47.37 | 45.52 | 42.37 | - |
| YUV | 181.78 | 119.1 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 172 | 166 | 0 | 0.17 | 0.20 | 0.19 | 8.78 | 0.3 | 0.73 |
| Hex | CF | AC | A6 | 0 | 11 | 14 | 13 | 9 | 1E | 49 |
| Octal | 317 | 254 | 246 | 0 | 21 | 24 | 23 | 11 | 36 | 111 |
| Binary | 11001111 | 10101100 | 10100110 | 0 | 10001 | 10100 | 10011 | 1001 | 11110 | 1001001 |
Color Harmonies of #CFACA6
Complementary color
Monochromatic Colors of #CFACA6
Black with #CFACA6
Text Example
Text Example
White with #CFACA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFACA6; }
p { color: rgb(207,172,166); }
H1.HeaderClassName
{
color: #CFACA6;
}
.AnyTagClassName
{
color: #CFACA6;
}
</style>
background-color css
<style>
a { background-color: #CFACA6; }
a { background-color: rgb(207,172,166); }
div.DivClassName
{
background-color: #CFACA6;
}
.BgClassName
{
background-color: #CFACA6;
}
</style>
border-color css
<style>
span { border-color: #CFACA6; }
span { border-color: rgb(207,172,166); }
td.TdClassName
{
border-color: #CFACA6;
}
.TagClassName
{
border-color: #CFACA6;
}
</style>